19 lines
287 B
SCSS
19 lines
287 B
SCSS
.toolbox-reset {
|
|
background: inherit;
|
|
color: inherit;
|
|
display: inherit;
|
|
line-height: inherit;
|
|
margin: inherit;
|
|
padding: inherit;
|
|
-webkit-text-size-adjust: inherit;
|
|
-ms-text-size-adjust: inherit;
|
|
|
|
.collapse {
|
|
display: block;
|
|
}
|
|
|
|
.modal {
|
|
left: inherit;
|
|
}
|
|
}
|