Added Grayscale credits head
This commit is contained in:
parent
9712783a53
commit
3f0ca12dd4
1 changed files with 24 additions and 19 deletions
|
|
@ -4,6 +4,12 @@
|
||||||
@import "variables";
|
@import "variables";
|
||||||
@import "mixins";
|
@import "mixins";
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
|
||||||
|
* Code licensed under the Apache License v2.0.
|
||||||
|
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
|
||||||
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -73,7 +79,6 @@ a {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
@ -218,26 +223,26 @@ a {
|
||||||
|
|
||||||
/* Added in { Personal } */
|
/* Added in { Personal } */
|
||||||
ul.social-buttons li a {
|
ul.social-buttons li a {
|
||||||
display: block;
|
display: block;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background-color: #222;
|
color: $social-buttons-color;
|
||||||
color: $social-buttons-color;
|
background-color: #222;
|
||||||
|
|
||||||
-webkit-transition: all .3s;
|
-webkit-transition: all .3s;
|
||||||
-moz-transition: all .3s;
|
-moz-transition: all .3s;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
color: #222;
|
color: #222;
|
||||||
background-color: darken($social-buttons-color, 10%);
|
background-color: darken($social-buttons-color, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue