portal-oddajanje-solar/static/css/utils.css
Leon Noe Jovan 2868cf3548 fixes
2023-01-16 18:52:30 +01:00

22 lines
315 B
CSS

.text-center {
text-align: center;
}
.m-b-1 {
margin-bottom: 1rem;
}
.m-b-2 {
margin-bottom: 2rem;
}
.m-b-3 {
margin-bottom: 3rem;
}
.set-open-transition {
-webkit-transition: max-height 0.3s ease-out;
transition: max-height 0.3s ease-out;
overflow: hidden;
}
/*# sourceMappingURL=utils.css.map */