mirror of
https://github.com/safing/web
synced 2025-09-04 12:09:03 +00:00
31 lines
No EOL
595 B
SCSS
31 lines
No EOL
595 B
SCSS
---
|
|
---
|
|
|
|
/* Components */
|
|
/* Components End */
|
|
|
|
/* Prebuilt */
|
|
@import './prebuilt/general-layout/default.scss';
|
|
@import './prebuilt/publication-layout/default.scss';
|
|
/* Prebuilt End */
|
|
|
|
/* TODO: Luke add this to safingTailwind */
|
|
.nav .vertical-line {
|
|
border-right-width: 2px;
|
|
border-color: rgba(255, 255, 255, 1);
|
|
opacity: 0.25;
|
|
height: 30px;
|
|
width: 2px;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.header-two-container .header-bg {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1536px) {
|
|
.header-two-container .header-bg {
|
|
display: block !important;
|
|
}
|
|
} |