Milestone basic scaffold
This commit is contained in:
parent
667edcdd75
commit
23d950855d
28 changed files with 424 additions and 36 deletions
|
@ -45,6 +45,13 @@ a {
|
|||
|
||||
&:hover {
|
||||
}
|
||||
|
||||
&.primary {
|
||||
background:$link_color;
|
||||
&:hover {
|
||||
background:$blue_link;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue