ui(MButton): updated props

This commit is contained in:
Nishchit14
2023-07-12 17:54:07 +05:30
parent ab5df928a0
commit 0515d8acab
18 changed files with 191 additions and 152 deletions

View File

@@ -510,6 +510,16 @@
margin-left: auto;
margin-right: auto;
}
.my-0{
margin-top: 0px;
margin-bottom: 0px;
}
.my-0\.5{
margin-top: 0.125rem;
margin-bottom: 0.125rem;
}
.my-1{
margin-top: 0.25rem;