hugo-theme-next/assets/css/_common/components/index.scss

29 lines
427 B
SCSS
Raw Normal View History

.noscript-warning {
background-color: lighten($red, 20%);
color: white;
font-family: sans-serif;
font-size: 1rem;
font-weight: bold;
left: 0;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: $zindex-5;
}
.hidden {
display: none !important;
}
.show {
display: block !important;
}
@import 'tool-buttons';
@import 'reading-progress';
@import 'post';
@import 'pages';
@import '3rd';