Materialized
This commit is contained in:
23
css/icons.css
Normal file
23
css/icons.css
Normal 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
9085
css/materialize.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
css/style.css
Normal file
10
css/style.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user