Files
drupal-reha/web/themes/custom/reha/scss/global/_reset.scss
T
2023-11-28 12:08:37 +01:00

24 lines
300 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;
}
svg.mailto{
display: none;
}