Removed unused variable, and renamed $fontSize
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
font-size: $fontSize;
|
||||
font-size: $scale;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -25,5 +25,4 @@ a {
|
||||
|
||||
.layout-wrapper {
|
||||
min-height: 100vh;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
/* General */
|
||||
$fontSize:10px;
|
||||
$borderRadius:12px;
|
||||
$transitionDuration:.2s;
|
||||
$scale:14px; /* main font size */
|
||||
$borderRadius:12px; /* border radius of layout element e.g. card, sidebar */
|
||||
$transitionDuration:.2s; /* transition duration of layout elements e.g. sidebar, overlay menus */
|
||||
|
||||
Reference in New Issue
Block a user