Big Design Update #2
33
index.sass
33
index.sass
@@ -1,33 +0,0 @@
|
|||||||
$background-color: #EAE2B7
|
|
||||||
$text-color: #003049
|
|
||||||
$secondary-text-color: #F77F00
|
|
||||||
$primary-color: #D62828
|
|
||||||
$secondary-color: #F77F00
|
|
||||||
|
|
||||||
body
|
|
||||||
margin: 0
|
|
||||||
padding: 0
|
|
||||||
display: flex
|
|
||||||
flex-direction: column
|
|
||||||
|
|
||||||
.header
|
|
||||||
background-color: $background-color
|
|
||||||
width: 100%
|
|
||||||
height: 100px
|
|
||||||
display: flex
|
|
||||||
align-items: center
|
|
||||||
justify-content: flex-end
|
|
||||||
|
|
||||||
ul
|
|
||||||
display: flex
|
|
||||||
flex-direction: row
|
|
||||||
font-size: 20px
|
|
||||||
list-style: none
|
|
||||||
|
|
||||||
li
|
|
||||||
padding-right: 30px
|
|
||||||
|
|
||||||
ol
|
|
||||||
display: flex
|
|
||||||
flex-direction: column
|
|
||||||
list-style: georgian
|
|
||||||
Reference in New Issue
Block a user