mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-28 06:21:32 +08:00
tweaking sizes
This commit is contained in:
parent
646ae3c896
commit
2cc98a5c31
@ -1,6 +1,5 @@
|
|||||||
.jumbotron {
|
.jumbotron {
|
||||||
background-color: lighten(@jumbotron-bg, 2%);
|
background-color: lighten(@jumbotron-bg, 2%);
|
||||||
// #gradient > .directional(@jumbotron-bg, mix(@jumbotron-bg, @jumbotron-bg-dark, 0%), -40deg);
|
|
||||||
border-top: 1px solid mix(@jumbotron-bg, @jumbotron-text, 90%);
|
border-top: 1px solid mix(@jumbotron-bg, @jumbotron-text, 90%);
|
||||||
border-bottom: 1px solid @jumbotron-border;
|
border-bottom: 1px solid @jumbotron-border;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -35,7 +34,7 @@
|
|||||||
border-top-color: mix(#fff, @gray-lighter, 50%);
|
border-top-color: mix(#fff, @gray-lighter, 50%);
|
||||||
h1 {
|
h1 {
|
||||||
color: @gray-darker;
|
color: @gray-darker;
|
||||||
font-size: 40px;
|
font-size: 30px;
|
||||||
small {
|
small {
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
font-family: @font-family-sans-serif;
|
font-family: @font-family-sans-serif;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: @state-danger-bg;
|
background-color: mix(@jumbotron-bg, #fff, 15%);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
.fa-icon {
|
.fa-icon {
|
||||||
*font-size: 28px;
|
*font-size: 28px;
|
||||||
|
Loading…
Reference in New Issue
Block a user