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 {
|
2018-09-01 11:37:58 +02:00
|
|
|
height: 100%;
|
2018-08-14 20:28:46 +02:00
|
|
|
}
|
|
|
|
|
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-10-28 23:06:57 +01:00
|
|
|
.dropdown-item:not(:disabled) {
|
2018-07-27 18:05:09 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2018-09-01 11:37:58 +02:00
|
|
|
|
2018-10-28 23:06:57 +01:00
|
|
|
.dropdown-item.active:not(:disabled),
|
|
|
|
.dropdown-item:active:not(:disabled) {
|
2018-09-16 09:35:39 +02:00
|
|
|
background-color: $lightGrey !important;
|
|
|
|
color: inherit !important;
|
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) {
|
2018-09-01 11:37:58 +02:00
|
|
|
margin: 0 auto !important;
|
2018-08-15 08:51:20 +02:00
|
|
|
}
|
|
|
|
}
|
2019-03-09 12:19:33 +01:00
|
|
|
|
|
|
|
.pagination .page-link {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-03-09 13:20:43 +01:00
|
|
|
|
|
|
|
.paddingless {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-01-12 12:08:26 +01:00
|
|
|
|
|
|
|
.indivisible {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|