feat: Use toggle switch for layerable themes in quick settings menu (#712)

* feat: Add px-0 utlility class
This commit is contained in:
Aman Harwara
2021-10-30 21:22:46 +05:30
committed by GitHub
parent db1139fd44
commit 5da51048bf
2 changed files with 38 additions and 23 deletions

View File

@@ -422,6 +422,11 @@
padding-bottom: 0.625rem;
}
.sn-component .px-0 {
padding-left: 0;
padding-right: 0;
}
.px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;