...
|
...
|
@@ -21,7 +21,7 @@ |
|
|
left: 0;
|
|
|
z-index: 100;
|
|
|
background: #000;
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
|
|
|
opacity: 0.4;
|
|
|
-webkit-transition: opacity .15s linear;
|
|
|
-o-transition: opacity .15s linear;
|
...
|
...
|
@@ -83,7 +83,7 @@ |
|
|
}
|
|
|
|
|
|
.mt20 {
|
|
|
margin-top: 20px;
|
|
|
margin-top: 20px !important;
|
|
|
}
|
|
|
|
|
|
.mt30 {
|
...
|
...
|
@@ -95,7 +95,7 @@ |
|
|
}
|
|
|
|
|
|
.mb20 {
|
|
|
margin-bottom: 20px;
|
|
|
margin-bottom: 20px !important;
|
|
|
}
|
|
|
|
|
|
.mb40 {
|
...
|
...
|
|