Created
November 9, 2018 08:30
-
-
Save ae-elaine-axis/d46ebe69e149ca0e35245e3036c74c8c to your computer and use it in GitHub Desktop.
Thicker radio buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
код, который делает толще кружок на radio buttons в опциях: | |
.ec-size .ec-store .form-control__radio-view::after { | |
border: 3px solid #acbcc9; | |
} | |
ec-size .ec-store .form-control__radio-view-inner { | |
top: 3px; | |
left: 3px; | |
width: calc(100% - 6px); | |
height: calc(100% - 6px); | |
background-color: white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment