mirror of
https://github.com/safing/web
synced 2025-09-03 19:49:03 +00:00
19 lines
No EOL
378 B
SCSS
19 lines
No EOL
378 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;
|
|
} |