portails/assets/scss/common/_custom.scss

18 lines
300 B
SCSS
Raw Normal View History

2023-09-13 12:32:53 +02:00
// Put your custom SCSS code here
2024-03-12 10:46:33 +01:00
.docs-links {
overflow-y: inherit!important;
svg {
height: 24px!important;
width: 24px!important;
margin-bottom: 0!important;
}
.with-icon {
position: relative;
svg {
position: absolute;
left: calc(-24px - 1rem);
}
}
}