suite
This commit is contained in:
parent
05c73546a2
commit
d3deaddaaa
@ -18,7 +18,7 @@ $orange: rgba(251,163,58,1);
|
||||
|
||||
@import "public/flexslider";
|
||||
@import "public/label";
|
||||
|
||||
$blue :rgba(26,147,166,1);
|
||||
|
||||
.clear{
|
||||
clear:both;
|
||||
@ -55,7 +55,7 @@ h1,h2,h3{
|
||||
height:100px;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
|
||||
background:white;
|
||||
border-left:15px solid rgba(26,147,166,1);
|
||||
border-left:15px solid $blue;
|
||||
position:relative;
|
||||
z-index:2;
|
||||
#logo{
|
||||
@ -77,6 +77,11 @@ h1,h2,h3{
|
||||
padding:0 10px;
|
||||
line-height:100px;
|
||||
|
||||
&.active, &:hover{
|
||||
color:$blue;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
ul{
|
||||
display:inline;
|
||||
@ -129,4 +134,9 @@ h1,h2,h3{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.q_counter_holder{
|
||||
text-align:center;
|
||||
|
||||
}
|
@ -22,7 +22,8 @@
|
||||
padding:10px;
|
||||
display:inline-block;
|
||||
color:white;
|
||||
font-size:1.4em;
|
||||
text-transform:uppercase;
|
||||
font-weight:normal;
|
||||
position:absolute;left:0;
|
||||
right:0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user