Commit compiled CSS
This commit is contained in:
parent
8810efb2ab
commit
b3c1ff22d7
1 changed files with 5 additions and 4 deletions
|
@ -10246,13 +10246,11 @@ hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.med
|
|||
.is-fixed #logo .logo-color {
|
||||
fill: currentColor; }
|
||||
.is-fixed + section,
|
||||
.is-fixed + .floating-tabs,
|
||||
.is-fixed + .floating-tabs + #main-content + section,
|
||||
.is-fixed + .floating-tabs + #main-content + .node > section:first-child {
|
||||
padding-top: 3.3125em; }
|
||||
@media screen and (min-width: 1024px) {
|
||||
.is-fixed + section,
|
||||
.is-fixed + .floating-tabs,
|
||||
.is-fixed + .floating-tabs + #main-content + section,
|
||||
.is-fixed + .floating-tabs + #main-content + .node > section:first-child {
|
||||
padding-top: 5.875em; } }
|
||||
|
@ -10448,10 +10446,13 @@ a.navbar-link:hover {
|
|||
|
||||
.floating-tabs {
|
||||
position: absolute;
|
||||
top: 250px;
|
||||
left: 0.75rem;
|
||||
z-index: 1;
|
||||
background: rgba(255, 255, 255, 0.75); }
|
||||
background: rgba(255, 255, 255, 0.75);
|
||||
top: 3.3125em; }
|
||||
@media screen and (min-width: 1024px) {
|
||||
.floating-tabs {
|
||||
top: 5.875em; } }
|
||||
|
||||
a.card {
|
||||
display: block; }
|
||||
|
|
Loading…
Reference in a new issue