Compile CSS
This commit is contained in:
parent
e756bf8a35
commit
5a2b054bee
1 changed files with 2 additions and 15 deletions
|
@ -7631,10 +7631,10 @@ ion-icon {
|
|||
z-index: +400; }
|
||||
.is-fixed #logo .logo-color {
|
||||
fill: currentColor; }
|
||||
.is-fixed + div[data-drupal-messages-fallback] + section, .is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + section, .is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + article > section:first-child, .is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + .node > section:first-child {
|
||||
.is-fixed + div[data-drupal-messages-fallback] + section {
|
||||
padding-top: 3.3125em; }
|
||||
@media screen and (min-width: 1024px) {
|
||||
.is-fixed + div[data-drupal-messages-fallback] + section, .is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + section, .is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + article > section:first-child, .is-fixed + div[data-drupal-messages-fallback] + .floating-tabs + #main-content + .node > section:first-child {
|
||||
.is-fixed + div[data-drupal-messages-fallback] + section {
|
||||
padding-top: 5.875em; } }
|
||||
.toolbar-tray-open.toolbar-horizontal .is-fixed {
|
||||
padding-top: 79px; }
|
||||
|
@ -7883,19 +7883,6 @@ a.navbar-link:focus,
|
|||
.is-dark .tabs a:hover {
|
||||
color: #FFFFFF; }
|
||||
|
||||
.floating-tabs {
|
||||
position: absolute;
|
||||
left: 0.75rem;
|
||||
z-index: 505;
|
||||
background: rgba(255, 255, 255, 0.75);
|
||||
top: 3.3125em; }
|
||||
@media screen and (min-width: 1024px) {
|
||||
.floating-tabs {
|
||||
top: 5.875em; } }
|
||||
@media screen and (min-width: 1024px) {
|
||||
.toolbar-tray-open.toolbar-horizontal .floating-tabs {
|
||||
top: 9.875em; } }
|
||||
|
||||
a.card {
|
||||
display: block;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue