mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
toggle vertical alignment
This commit is contained in:
2
dist/css/ionic-scoped.css
vendored
2
dist/css/ionic-scoped.css
vendored
@@ -2269,7 +2269,7 @@
|
||||
padding-right: 99px; }
|
||||
.ionic .toggle-item .toggle {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 7.5px;
|
||||
right: 15px;
|
||||
z-index: 3; }
|
||||
.ionic .radio-buttton-list .list-item-content {
|
||||
|
||||
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@@ -2786,7 +2786,7 @@ input[type="checkbox"][readonly] {
|
||||
/* position the toggle to the right within a list item */
|
||||
.toggle-item .toggle {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 7.5px;
|
||||
right: 15px;
|
||||
z-index: 3; }
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
/* position the toggle to the right within a list item */
|
||||
.toggle-item .toggle {
|
||||
position: absolute;
|
||||
top: $list-item-padding / 3;
|
||||
top: $list-item-padding / 2;
|
||||
right: $list-item-padding;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user