Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -854,12 +854,13 @@ h3 {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
.my-sticky-header-table .q-table__top,
|
||||
.my-sticky-header-table .q-table__bottom,
|
||||
.my-sticky-header-table thead tr:first-child th {
|
||||
/* bg color is important for th; just specify one */
|
||||
background-color: #f0ffff;
|
||||
}
|
||||
*/
|
||||
|
||||
.my-sticky-header-table thead tr th {
|
||||
position: sticky;
|
||||
@@ -964,6 +965,7 @@ h3 {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.q-tab-panel {
|
||||
padding: 4px;
|
||||
}
|
||||
@@ -1429,8 +1431,8 @@ h3 {
|
||||
@keyframes zoomImg {
|
||||
0% { transform: translate(-75%, 10%) scale(1.5); opacity: 0.6; }
|
||||
20% { transform: translate(-15%, 10%) scale(1.5); opacity: 1; }
|
||||
50% { transform: translate(-15%, 25%) scale(1.35); opacity: 1; }
|
||||
80% { transform: translate(-65%, 25%) scale(1.35); opacity: 1; }
|
||||
50% { transform: translate(-15%, 25%) scale(1.4); opacity: 1; }
|
||||
80% { transform: translate(-65%, 25%) scale(1.4); opacity: 1; }
|
||||
100% { transform: translate(-75%, 10%) scale(1.5); opacity: 0.6; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user