2018-08-05 11:01:17 +03:00
|
|
|
@import './utils/base';
|
2018-07-18 21:26:45 +03:00
|
|
|
|
2018-08-14 21:28:46 +03:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#root {
|
2018-09-01 12:37:58 +03:00
|
|
|
height: 100%;
|
2018-08-14 21:28:46 +03:00
|
|
|
}
|
|
|
|
|
2018-05-13 12:58:35 +03:00
|
|
|
* {
|
2018-06-03 13:57:03 +03:00
|
|
|
outline: none !important;
|
2018-05-13 12:58:35 +03:00
|
|
|
}
|
2018-06-16 12:24:42 +03:00
|
|
|
|
|
|
|
.nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2018-07-18 21:26:45 +03:00
|
|
|
|
2018-07-29 19:13:18 +03:00
|
|
|
.bg-main {
|
|
|
|
background-color: $mainColor !important;
|
|
|
|
}
|
|
|
|
|
2018-07-27 19:05:09 +03:00
|
|
|
.dropdown-item {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2018-09-01 12:37:58 +03:00
|
|
|
|
2018-08-20 17:40:33 +03:00
|
|
|
.dropdown-item.active,
|
|
|
|
.dropdown-item:active {
|
2018-07-29 19:13:18 +03:00
|
|
|
@extend .bg-main;
|
2018-07-18 21:26:45 +03:00
|
|
|
}
|
2018-07-20 23:32:50 +03:00
|
|
|
|
2018-08-16 19:59:00 +03:00
|
|
|
.shlink-container {
|
2018-08-05 09:49:07 +03:00
|
|
|
padding: 20px 0;
|
|
|
|
|
|
|
|
@media (min-width: $mdMin) {
|
2018-08-18 11:47:45 +03:00
|
|
|
padding: 30px 15px;
|
2018-08-05 09:49:07 +03:00
|
|
|
}
|
2018-07-20 23:32:50 +03:00
|
|
|
}
|
2018-08-11 19:27:51 +03:00
|
|
|
|
|
|
|
.badge-main {
|
|
|
|
color: #fff;
|
|
|
|
background-color: $mainColor;
|
|
|
|
}
|
2018-08-11 22:41:01 +03:00
|
|
|
|
|
|
|
.react-datepicker__input-container,
|
|
|
|
.react-datepicker-wrapper {
|
|
|
|
display: block !important;
|
|
|
|
}
|
2018-08-15 09:51:20 +03:00
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
@media (max-width: $smMax) {
|
2018-09-01 12:37:58 +03:00
|
|
|
margin: 0 auto !important;
|
2018-08-15 09:51:20 +03:00
|
|
|
}
|
|
|
|
}
|