diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-17 14:26:52 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-17 14:26:52 +0200 |
| commit | e844a70479915d1fba0336800b35c8c1022b61c6 (patch) | |
| tree | cc9402a686380d5b14a43146c10cc3a57a55fd14 /assets/_sass/partials/_header-separator.scss | |
| parent | 8f954ab7c662e0c507c2328d5b2683fbd4c3a391 (diff) | |
| download | flevum-e844a70479915d1fba0336800b35c8c1022b61c6.tar.gz | |
Diffstat (limited to 'assets/_sass/partials/_header-separator.scss')
| -rw-r--r-- | assets/_sass/partials/_header-separator.scss | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/assets/_sass/partials/_header-separator.scss b/assets/_sass/partials/_header-separator.scss deleted file mode 100644 index da5a007..0000000 --- a/assets/_sass/partials/_header-separator.scss +++ /dev/null @@ -1,27 +0,0 @@ -.header-content-separator { - position: relative; - margin: 40px auto; - width: 4px; - height: 4px; - border-radius: 50%; - background: var(--grey-ccc); - - &:before { - position: absolute; - left: -8px; - width: 4px; - height: 4px; - border-radius: 50%; - background: var(--grey-ccc); - content: ""; - } - &:after { - position: absolute; - left: 8px; - width: 4px; - height: 4px; - border-radius: 50%; - background: var(--grey-ccc); - content: ""; - } -} |
