Move button styling into a component
This commit is contained in:
parent
3b226fd242
commit
6465c9f7fd
3 changed files with 21 additions and 4 deletions
|
@ -12,6 +12,24 @@ td {
|
|||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
.bg-blue;
|
||||
.bn;
|
||||
.br2;
|
||||
.dib;
|
||||
.dim;
|
||||
.link;
|
||||
.no-underline;
|
||||
.ph3;
|
||||
.pv2;
|
||||
.white-90;
|
||||
|
||||
&:hover {
|
||||
background: darken(@blue, 10%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@import "components/nav";
|
||||
@import "components/post";
|
||||
@import "components/talk";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue