mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
29 lines
273 B
SCSS
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;
|
|
}
|