feat(windows): add checkbox styling and update alert checkbox

references #5565
This commit is contained in:
Brandy Carney
2016-02-23 15:13:45 -05:00
parent 1fc0a23c11
commit 1ecfa6f054
3 changed files with 135 additions and 4 deletions

View File

@@ -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: '';