Files
drupal-reha/web/themes/custom/reha/scss/global/_reset.scss
T
2023-11-27 15:31:29 +01:00

20 lines
266 B
SCSS

ul{
list-style-type: none;
}
a{
text-decoration: none;
}
:link{
color: black;
}
:visited{
color: black;
}
html.js body{
margin: 0 !important;
}
html.js body div.dialog-off-canvas-main-canvas div.layout-container{
margin: 0 !important;
}