18 lines
224 B
SCSS
18 lines
224 B
SCSS
.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 {
|
|
transition: max-height 0.3s ease-out;
|
|
overflow: hidden;
|
|
} |