add transparency
This commit is contained in:
parent
4bb5740489
commit
78d750e3e3
1 changed files with 13 additions and 0 deletions
|
@ -117,6 +117,11 @@ main.container > * {
|
||||||
padding-top: .5em;
|
padding-top: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.transparent {
|
||||||
|
background-color: transparent !important;
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 992px) {
|
@media only screen and (max-width: 992px) {
|
||||||
ul.sidenav-fixed + * {
|
ul.sidenav-fixed + * {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
@ -239,3 +244,11 @@ fieldset > ul li {
|
||||||
.input-field {
|
.input-field {
|
||||||
margin-bottom: .25em;
|
margin-bottom: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
summary {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
progress {
|
||||||
|
width: 100%;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue