-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move custom css to the layer kth-style.old
- Loading branch information
1 parent
b54dc43
commit b607fbe
Showing
14 changed files
with
1,133 additions
and
1,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
.separator { | ||
height: 1px; | ||
width: 100%; | ||
@layer kth-style.old { | ||
.separator { | ||
height: 1px; | ||
width: 100%; | ||
|
||
&.gray { | ||
background-color: $borderGrey; | ||
margin-bottom: 1.875em; | ||
&.gray { | ||
background-color: $borderGrey; | ||
margin-bottom: 1.875em; | ||
} | ||
} | ||
} |
Oops, something went wrong.