|
|
@ -170,7 +170,7 @@ fieldset { |
|
|
|
.homeBlock { |
|
|
|
display: inline-block; |
|
|
|
position: relative; |
|
|
|
background-color: #EBEBEB; |
|
|
|
background-color: #F3F3F3; |
|
|
|
width: 190px; |
|
|
|
height: 260px; |
|
|
|
margin: 3px; |
|
|
@ -214,6 +214,7 @@ fieldset { |
|
|
|
display: block; |
|
|
|
line-height: 13px; |
|
|
|
font-size: 80%; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
.homeIcon { |
|
|
@ -222,7 +223,7 @@ fieldset { |
|
|
|
width: 105px; |
|
|
|
height: 105px; |
|
|
|
border-radius: 50%; |
|
|
|
background: #27ae60; |
|
|
|
background: #364347; |
|
|
|
z-index: 1; |
|
|
|
} |
|
|
|
|
|
|
@ -232,7 +233,7 @@ fieldset { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
border-radius: 50%; |
|
|
|
background: #27ae60; |
|
|
|
background: #364347; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
transform: scale(0.95); |
|
|
@ -260,11 +261,11 @@ fieldset { |
|
|
|
|
|
|
|
.homeFront h2 { |
|
|
|
position: absolute; |
|
|
|
margin-top: 14px; |
|
|
|
font-size: 20px; |
|
|
|
margin-top: 18px; |
|
|
|
font-size: 22px; |
|
|
|
font-weight: 700; |
|
|
|
color: #595959 !important; |
|
|
|
width: 88%; |
|
|
|
width: 100%; |
|
|
|
padding: 0 6%; |
|
|
|
z-index: 0; |
|
|
|
} |
|
|
|