|
|
@@ -1,24 +1,29 @@
|
|
|
.short-contacts {
|
|
|
- &__key {
|
|
|
- font-family: $fontcuprum;
|
|
|
- color: #929292;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
- &__value {
|
|
|
- font-family: $fontcuprum;
|
|
|
- font-size: 16px;
|
|
|
- margin-bottom: 5px;
|
|
|
- }
|
|
|
+ &__key {
|
|
|
+ font-family: $fontcuprum;
|
|
|
+ color: #929292;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ &__value {
|
|
|
+ font-family: $fontcuprum;
|
|
|
+ font-size: 16px;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ }
|
|
|
|
|
|
- &__ask-button {
|
|
|
- display: inline-block;
|
|
|
- width: 100%;
|
|
|
- margin-top: 10px;
|
|
|
- text-align: center;
|
|
|
- text-decoration: underline;
|
|
|
- font-family: $fontcuprum;
|
|
|
- padding: 7px 0;
|
|
|
- color: #929292;
|
|
|
- background: #ebebeb;
|
|
|
- }
|
|
|
+ &__ask-button {
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ margin-top: 10px;
|
|
|
+ text-align: center;
|
|
|
+ text-decoration: underline;
|
|
|
+ font-family: $fontcuprum;
|
|
|
+ padding: 7px 0;
|
|
|
+ color: #929292;
|
|
|
+ background: #ebebeb;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ background: #004d7b;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|