2020-04-16 00:52:53 +05:30

29 lines
273 B
SCSS

.d-none {
display: none !important;
}
.v-none {
visibility: hidden !important;
}
.text-center {
text-align: center;
}
.mt-3 {
margin-top: 3em;
}
.mb-2 {
margin-bottom: 2em;
}
.my-2 {
margin-top: 1em;
margin-bottom: 2em;
}
.py-2 {
padding: 1em 24px;
}