Sign in
skia
/
buildbot
/
ce50dfc19368e242e4dfc9656fa7b50417c4e641
/
.
/
pulld
/
modules
/
pulld-app-sk
/
pulld-app-sk.scss
blob: 1d3967abfe4d5ca4fd5efbfcd1967a45970a95ae [
file
]
@import
'~common/colors'
;
body
{
margin
:
0
;
padding
:
0
;
}
header
{
margin
:
0
;
padding
:
0.6em
;
color
:
white
;
background
:
$blue
;
display
:
flex
;
flex
-
direction
:
row
;
justify
-
content
:
space
-
between
;
}
header h1
{
font
-
size
:
110
%;
}