mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(windows): add checkbox styling and update alert checkbox
references #5565
This commit is contained in:
@@ -202,13 +202,13 @@ $alert-wp-buttons-justify-content: flex-end !default;
|
||||
|
||||
&:after {
|
||||
position: absolute;
|
||||
border-width: 2px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: $alert-wp-background-color;
|
||||
top: 0;
|
||||
top: -2px;
|
||||
left: 3px;
|
||||
width: 4px;
|
||||
height: 8px;
|
||||
width: 6px;
|
||||
height: 12px;
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
content: '';
|
||||
|
||||
Reference in New Issue
Block a user