ldapmanager/test/scss/_common.scss

12 lines
129 B
SCSS
Raw Permalink Normal View History

2024-10-24 18:41:01 +00:00
* {
all: unset;
margin: 0;
padding: 0;
box-sizing: border-box;
2024-10-24 21:31:16 +00:00
}
// Hide the title
title {
display: none;
2024-10-25 11:13:15 +00:00
}