diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-15 02:57:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-15 02:57:48 +0200 |
| commit | 8f954ab7c662e0c507c2328d5b2683fbd4c3a391 (patch) | |
| tree | aa77658a566d38f621b465947c7a9acd4de007b3 /assets/_sass/partials/_header-separator.scss | |
| parent | 4467e79ab9516010c93c8ba7c530ddd9622a5262 (diff) | |
| download | flevum-8f954ab7c662e0c507c2328d5b2683fbd4c3a391.tar.gz | |
Remove vendor specific CSS styles
Diffstat (limited to 'assets/_sass/partials/_header-separator.scss')
| -rw-r--r-- | assets/_sass/partials/_header-separator.scss | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/assets/_sass/partials/_header-separator.scss b/assets/_sass/partials/_header-separator.scss index 4c264df..da5a007 100644 --- a/assets/_sass/partials/_header-separator.scss +++ b/assets/_sass/partials/_header-separator.scss @@ -1,27 +1,27 @@ -.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: "";
- }
-}
+.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: ""; + } +} |
