mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Style Updates
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -771,9 +771,9 @@ label.switch {
|
||||
}
|
||||
|
||||
.switch, input[type=checkbox].switch, input[type=checkbox].button.switch {
|
||||
width: 67px;
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
width: 57px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
border-radius: 21px;
|
||||
background: var(--config-color-fade);
|
||||
display: inline-block;
|
||||
@@ -805,8 +805,8 @@ label.switch {
|
||||
&:after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background: #fff;
|
||||
border-radius: 50%;
|
||||
border: none;
|
||||
|
||||
@@ -284,7 +284,7 @@
|
||||
.clear;
|
||||
position: relative;
|
||||
|
||||
> li {
|
||||
> * {
|
||||
.margin-end-large;
|
||||
.pull-start;
|
||||
width: ~"calc(33.3333% - 33.3333px)";
|
||||
|
||||
Reference in New Issue
Block a user