|
@@ -10115,28 +10115,25 @@ footer .copyright .logo {
|
|
|
.whiteblack:hover a {
|
|
.whiteblack:hover a {
|
|
|
text-decoration: underline; }
|
|
text-decoration: underline; }
|
|
|
|
|
|
|
|
-.flat-links {
|
|
|
|
|
- padding-left: 15px;
|
|
|
|
|
|
|
+.flat-links__con
|
|
|
|
|
+.flat-links__item {
|
|
|
|
|
+ height: 90px;
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ background: #d7d7d7;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
- flex-wrap: wrap;
|
|
|
|
|
- align-content: space-between; }
|
|
|
|
|
- .flat-links__item {
|
|
|
|
|
- height: 90px;
|
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
|
- padding: 0;
|
|
|
|
|
- background: #d7d7d7;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: row;
|
|
|
|
|
- align-content: space-between;
|
|
|
|
|
- vertical-align: middle; }
|
|
|
|
|
- .flat-links__item:hover {
|
|
|
|
|
- text-decoration: none;
|
|
|
|
|
- background: #004d7b; }
|
|
|
|
|
- .flat-links__item-description {
|
|
|
|
|
- color: #fff;
|
|
|
|
|
- font-weight: 700;
|
|
|
|
|
- font-size: 15px; }
|
|
|
|
|
|
|
+ align-content: space-between;
|
|
|
|
|
+ vertical-align: middle; }
|
|
|
|
|
+ .flat-links__con
|
|
|
|
|
+ .flat-links__item:hover {
|
|
|
|
|
+ text-decoration: none;
|
|
|
|
|
+ background: #004d7b; }
|
|
|
|
|
+ .flat-links__con
|
|
|
|
|
+ .flat-links__item-description {
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ font-size: 15px; }
|
|
|
|
|
|
|
|
body {
|
|
body {
|
|
|
font-family: "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
|
|
font-family: "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
|