Materialized

This commit is contained in:
2021-09-26 01:43:44 +02:00
parent 3383d1b614
commit f82aa4c734
13 changed files with 21611 additions and 133 deletions

23
css/icons.css Normal file
View File

@ -0,0 +1,23 @@
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.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;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}

9085
css/materialize.css vendored Normal file

File diff suppressed because it is too large Load Diff

10
css/style.css Normal file
View File

@ -0,0 +1,10 @@
.td-input {
padding: 0;
}
.td-input input[type="text"]:not(.browser-default) {
margin: 0;
background-repeat: no-repeat;
background-position: right center;
}