Fixed heading bold

Button transparent colours
This commit is contained in:
Phil Hughes 2016-03-02 10:12:37 +00:00 committed by Robert Speicher
parent 1d4418bc5f
commit 36aad293b9
2 changed files with 15 additions and 0 deletions

View File

@ -143,6 +143,19 @@
}
}
.btn-transparent {
color: $btn-transparent-color;
background-color: transparent;
border: 0;
&:hover,
&:active,
&:focus {
background-color: transparent;
box-shadow: none;
}
}
.btn-block {
width: 100%;
margin: 0;

View File

@ -36,6 +36,8 @@ $list-title-color: #333333;
$list-text-color: #555555;
$profile-settings-link-color: $md-link-color;
$btn-transparent-color: #8F8F8F;
/*
* Color schema
*/