WIP
This commit is contained in:
parent
04b28136df
commit
62b1dc15d2
30 changed files with 286 additions and 347 deletions
24
assets/sass/main.scss
Normal file
24
assets/sass/main.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
@import "node_modules/tachyons-sass/tachyons";
|
||||
|
||||
$blue1: #0678be;
|
||||
|
||||
p,
|
||||
li,
|
||||
td {
|
||||
a { color: $blue1; }
|
||||
}
|
||||
|
||||
.blue1 { color: $blue1; }
|
||||
|
||||
.video {
|
||||
padding: 56.25% 0 0;
|
||||
}
|
||||
|
||||
.video iframe,
|
||||
.video embed {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue