2016-11-21 18:40:05 +01:00
|
|
|
@tableTextSecondaryColor: #91b9cd;
|
|
|
|
|
|
2016-11-11 21:56:01 +01:00
|
|
|
.close-btn {
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 5px 5px 0;
|
|
|
|
|
|
|
|
|
|
&:before,
|
|
|
|
|
&:after {
|
|
|
|
|
display: table;
|
|
|
|
|
content: " ";
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-21 18:40:05 +01:00
|
|
|
.close {
|
|
|
|
|
color: @tableTextSecondaryColor;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
|
|
|
|
&.close:hover, &.close:focus {
|
|
|
|
|
color: #fff;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-11 21:56:01 +01:00
|
|
|
.btn-default {
|
|
|
|
|
margin-bottom: 5px;
|
2016-11-21 18:40:05 +01:00
|
|
|
margin-right: 5%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1161px) {
|
|
|
|
|
.close-btn {
|
|
|
|
|
.btn-default {
|
|
|
|
|
margin-right: 3%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 991px) {
|
|
|
|
|
.close-btn {
|
|
|
|
|
.btn-default {
|
|
|
|
|
margin-right: 1%;
|
|
|
|
|
}
|
2016-11-11 21:56:01 +01:00
|
|
|
}
|
2016-11-21 18:40:05 +01:00
|
|
|
}
|