portal-oddajanje-solar/static/css/utils.css

22 lines
315 B
CSS
Raw Normal View History

2021-11-16 17:45:20 +00:00
.text-center {
2023-01-16 17:52:30 +00:00
text-align: center;
}
2021-11-16 17:45:20 +00:00
.m-b-1 {
2023-01-16 17:52:30 +00:00
margin-bottom: 1rem;
}
2021-11-16 17:45:20 +00:00
.m-b-2 {
2023-01-16 17:52:30 +00:00
margin-bottom: 2rem;
}
2021-11-16 17:45:20 +00:00
.m-b-3 {
2023-01-16 17:52:30 +00:00
margin-bottom: 3rem;
}
2021-11-16 17:45:20 +00:00
.set-open-transition {
2023-01-16 17:52:30 +00:00
-webkit-transition: max-height 0.3s ease-out;
2021-11-16 17:45:20 +00:00
transition: max-height 0.3s ease-out;
2023-01-16 17:52:30 +00:00
overflow: hidden;
}
/*# sourceMappingURL=utils.css.map */