2020-09-19 21:38:26 +00:00
|
|
|
/* Icons */
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2020-09-20 01:45:42 +00:00
|
|
|
src: url('/vendor/fonts/Material-Icons.woff2') format('woff2');
|
2020-09-19 21:38:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.material-icons {
|
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-transform: none;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: normal;
|
|
|
|
direction: ltr;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
2020-09-20 00:39:28 +00:00
|
|
|
.marginless {margin:0}
|
|
|
|
|
2020-09-19 21:38:26 +00:00
|
|
|
.collection-item:hover {background: #EEE}
|
|
|
|
|
|
|
|
.datepicker-day-button {color: #000}
|
2020-09-29 05:25:27 +00:00
|
|
|
|
|
|
|
input::-webkit-outer-spin-button,
|
|
|
|
input::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-10-04 20:56:25 +00:00
|
|
|
|
|
|
|
.selectable {cursor: pointer}
|