IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
RIT Open Programs Website
Commits
10a074d2
Commit
10a074d2
authored
Jun 24, 2022
by
Amy Rose
Browse files
add checkbox styling
parent
2efcf2e6
Pipeline
#851
passed with stage
in 3 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_sass/includes/_checkbox-dropdown.scss
View file @
10a074d2
...
...
@@ -24,7 +24,32 @@ omitted, since these will vary by usage and be styled accordingly elsewhere.
flex-direction
:
row
;
input
{
appearance
:
none
;
outline
:
none
;
box-sizing
:
border-box
;
width
:
1
.5em
;
height
:
1
.5em
;
margin-right
:
1em
;
border
:
1px
solid
#727578
;
border-radius
:
3px
;
&
:checked
{
border
:
none
;
background-color
:
var
(
--
color-rit-orange
);
&
::after
{
content
:
""
;
display
:
block
;
position
:
absolute
;
box-sizing
:
border-box
;
width
:
0
.6em
;
height
:
1
.0em
;
transform
:
translate
(
0
.45em
,
0
.15em
)
rotateZ
(
40deg
);
border
:
0
.25em
solid
white
;
border-left
:
none
;
border-top
:
none
;
}
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment