fwt-internship-uikit
Version:
404 lines (373 loc) • 8.75 kB
CSS
@charset "UTF-8";
.Input {
width: 265px;
height: 45px;
border: 1px solid black;
border-radius: 8px;
outline: none;
padding: 0 15px;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
background: transparent;
color: black; }
.Input--dark {
color: white;
border: 1px solid white; }
.Pagination {
display: flex;
width: fit-content; }
.Range {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 265px;
line-height: 15px;
height: 46px;
border: 1px solid black;
background: white;
color: black;
border-radius: 8px;
box-sizing: border-box;
cursor: pointer; }
.Range--dark {
border: 1px solid white;
background: #464646;
color: white; }
.Range--open {
border-bottom: 1px solid transparent;
border-radius: 8px 8px 0 0; }
.Range__title {
margin: 14px 0 15px 14px; }
.Range__arrow {
position: absolute;
display: flex;
right: 18px;
float: right;
fill: #b3b3b3; }
.Range__сontainer {
display: block;
position: absolute;
justify-content: center;
align-items: center;
align-self: center;
width: inherit;
top: 45px;
border: 1px solid black;
padding: 20px 22px;
box-sizing: border-box;
border-radius: 0 0 8px 8px;
background: white;
z-index: 1; }
.Range__сontainer--dark {
border: 1px solid white;
background: #464646;
color: white; }
.Range__сontainer--open {
border-top: none;
display: flex; }
.Select {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 265px;
height: 46px;
border-radius: 8px;
box-shadow: 0px 0px 0px 1px black;
color: black;
box-sizing: border-box;
background: white;
cursor: pointer; }
.Select--open {
border-radius: 8px 8px 0 0; }
.Select--dark {
box-shadow: 0px 0px 0px 1px white;
color: white;
background: #464646; }
.Select__title {
width: 220px;
word-break: break-all;
margin: 0 0 0 15px;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 3;
white-space: nowrap; }
.Select__optionContainer {
display: block;
position: absolute;
width: calc(100%);
box-shadow: 0px 0px 0px 1px black;
border-radius: 8px;
top: 47px;
padding: 0;
margin: 0;
list-style: none;
z-index: 1;
background: white; }
.Select__optionContainer--open {
border-radius: 0 0 8px 8px;
max-height: 300px; }
.Select__optionContainer--dark {
box-shadow: 0px 0px 0px 1px white;
background: #464646; }
.Select__option {
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
width: calc(100%);
box-sizing: border-box;
padding: 0 15px; }
.Select__option:hover {
background: black;
color: white; }
.Select__option--dark:hover {
background: white;
color: black; }
.Select__option:last-of-type {
border-radius: 0 0 8px 8px; }
.Select__optionName {
word-break: break-word; }
.Select__arrow {
position: absolute;
display: flex;
right: 18px;
float: right;
fill: #b3b3b3; }
[data-simplebar] {
position: relative;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start; }
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit; }
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: auto ;
height: auto ;
z-index: 0; }
.simplebar-offset {
direction: inherit ;
box-sizing: inherit ;
resize: none ;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch; }
.simplebar-content-wrapper {
direction: inherit;
box-sizing: border-box ;
position: relative;
display: block;
height: 100%;
width: auto;
max-width: 100%;
max-height: 100%;
scrollbar-width: none;
-ms-overflow-style: none; }
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
width: 0;
height: 0; }
.simplebar-content:after,
.simplebar-content:before {
content: ' ';
display: table; }
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none; }
.simplebar-height-auto-observer-wrapper {
box-sizing: inherit ;
height: 100%;
width: 100%;
max-width: 1px;
position: relative;
float: left;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
flex-grow: inherit;
flex-shrink: 0;
flex-basis: 0; }
.simplebar-height-auto-observer {
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1; }
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden; }
[data-simplebar].simplebar-dragging .simplebar-content {
pointer-events: none;
user-select: none;
-webkit-user-select: none; }
[data-simplebar].simplebar-dragging .simplebar-track {
pointer-events: all; }
.simplebar-scrollbar {
position: absolute;
left: 0;
right: 0;
min-height: 10px; }
.simplebar-scrollbar:before {
position: absolute;
content: '';
background: #7B7B7B;
border-radius: 10px;
left: 2px;
right: 2px;
opacity: 0;
transition: opacity 0.2s 0.5s linear; }
.simplebar-scrollbar.simplebar-visible:before {
opacity: 1;
transition-delay: 0s;
transition-duration: 0s; }
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px;
right: 7px; }
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
width: 9px; }
.simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
left: 2px;
right: 2px; }
.simplebar-track.simplebar-horizontal {
left: 0;
height: 11px; }
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
right: auto;
left: 0;
top: 0;
bottom: 0;
min-height: 0;
min-width: 10px;
width: auto; }
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
right: auto;
left: 0; }
.simplebar-dummy-scrollbar-size {
direction: rtl;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: scrollbar ; }
.simplebar-dummy-scrollbar-size > div {
width: 200%;
height: 200%;
margin: 10px 0; }
.simplebar-hide-scrollbar {
position: fixed;
left: 0;
visibility: hidden;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none; }
.PaginationPage {
width: 39px;
height: 38px;
display: flex;
justify-content: center;
align-items: center;
user-select: none;
cursor: pointer;
border: 1px solid black;
border-right: none;
color: black;
background: inherit; }
.PaginationPage:first-of-type {
border-radius: 8px 0 0 8px;
cursor: pointer; }
.PaginationPage:last-child {
border-radius: 0 8px 8px 0;
border-right: 1px solid;
cursor: pointer; }
.PaginationPage:only-child {
border-radius: 8px; }
.PaginationPage:hover {
background: #ededed;
color: black;
border-color: black; }
.PaginationPage:disabled {
border-color: #b3b3b3;
color: #b3b3b3; }
.PaginationPage:disabled:hover {
cursor: auto;
background: inherit; }
.PaginationPage--dark {
border: 1px solid white;
color: white;
border-right: none; }
.PaginationPage--dark:hover {
background: #464646;
color: white;
border-color: white; }
.PaginationPage--dark:disabled {
border-color: #4c4c4c;
color: #4c4c4c; }
.PaginationPage.PaginationPageWithActive {
background: black;
color: white;
border-color: black; }
.PaginationPage.PaginationPageWithActive:hover {
cursor: auto;
background: black;
color: white;
border-color: black; }
.PaginationPage.PaginationPageWithActive--dark {
background: white;
color: black;
border-color: white; }
.PaginationPage.PaginationPageWithActive--dark:hover {
background: white;
color: black;
border-color: white; }
.Arrow__opened {
transform: rotate(180deg); }
.Arrow__dark {
fill: #555555; }
/*# sourceMappingURL=index.css.map */