shlink-web-client/src/index.scss

54 lines
699 B
SCSS
Raw Normal View History

@import './utils/base';
2018-08-14 21:28:46 +03:00
html,
body,
#root {
height: 100%;
2018-08-14 21:28:46 +03:00
}
* {
2018-06-03 13:57:03 +03:00
outline: none !important;
}
.nowrap {
white-space: nowrap;
}
.bg-main {
background-color: $mainColor !important;
}
.dropdown-item {
cursor: pointer;
}
2018-08-20 17:40:33 +03:00
.dropdown-item.active,
.dropdown-item:active {
2018-09-16 10:35:39 +03:00
background-color: $lightGrey !important;
color: inherit !important;
}
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;
}
.navbar-brand {
@media (max-width: $smMax) {
margin: 0 auto !important;
}
}