1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

styling buttons

This commit is contained in:
Kyle Spearrin
2018-01-25 18:00:03 -05:00
parent 3ceb2a6dbd
commit 07d7f196a6
5 changed files with 19 additions and 5 deletions

View File

@@ -307,10 +307,15 @@ a {
border-radius: $border-radius;
padding: 7px 15px;
border: 1px solid $button-border-color;
margin-right: 15px;
margin-right: 10px;
font-size: $font-size-base;
color: $button-color;
&:hover {
cursor: pointer;
background-color: darken($button-backgound-color, 1.5%);
}
&.primary {
color: $button-color-primary;
}