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