Initial project structure with some barebones layout, CSS and JS from game-data
This commit is contained in:
33
assets/styles/lletya.sass
Normal file
33
assets/styles/lletya.sass
Normal file
@@ -0,0 +1,33 @@
|
||||
@use "sass:color"
|
||||
|
||||
//$primary-color: #3399ff
|
||||
$primary-color: orangered
|
||||
$primary-color-highlight: color.adjust($primary-color, $lightness: -10%)
|
||||
|
||||
html
|
||||
width: 100%
|
||||
height: 100%
|
||||
|
||||
body
|
||||
background: rgb(240, 235, 248)
|
||||
|
||||
table
|
||||
border: 1px solid #666
|
||||
|
||||
a
|
||||
transition: color 220ms ease-in-out
|
||||
|
||||
#wrapper
|
||||
background: white
|
||||
padding: 1.5rem 2rem
|
||||
border: 1px solid #bbb
|
||||
border-radius: 8px
|
||||
|
||||
#main-nav
|
||||
li
|
||||
a
|
||||
font-size: 1.25rem
|
||||
|
||||
#site-title
|
||||
img
|
||||
max-height: 40px
|
Reference in New Issue
Block a user