more less vars
This commit is contained in:
parent
fad87bdf44
commit
a5780c2f67
@ -12,7 +12,7 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 700;
|
||||
font-weight: @weight-bold;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
<style lang="less">
|
||||
h1 {
|
||||
background-color: @color-dark;
|
||||
font-size: @font-s-lg;
|
||||
color: @color-light;
|
||||
padding: @padding-md;
|
||||
text-align: center;
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
<style lang="less">
|
||||
li {
|
||||
font-weight: 600;
|
||||
font-weight: @weight-semibold;
|
||||
margin: 0;
|
||||
padding: @padding-md;
|
||||
text-align: center;
|
||||
|
@ -7,6 +7,10 @@
|
||||
|
||||
// fonts
|
||||
@fonts-sans: Rubik, Arial, sans-serif;
|
||||
@font-s-lg: 2rem;
|
||||
@font-s-md: 1.25rem;
|
||||
@weight-bold: 700;
|
||||
@weight-semibold: 600;
|
||||
|
||||
// layout
|
||||
@border-r-xl: 0.75em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user