Commit 36aad293 authored by Phil Hughes's avatar Phil Hughes Committed by Robert Speicher

Fixed heading bold

Button transparent colours
parent 1d4418bc
...@@ -143,6 +143,19 @@ ...@@ -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 { .btn-block {
width: 100%; width: 100%;
margin: 0; margin: 0;
......
...@@ -36,6 +36,8 @@ $list-title-color: #333333; ...@@ -36,6 +36,8 @@ $list-title-color: #333333;
$list-text-color: #555555; $list-text-color: #555555;
$profile-settings-link-color: $md-link-color; $profile-settings-link-color: $md-link-color;
$btn-transparent-color: #8F8F8F;
/* /*
* Color schema * Color schema
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment