Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Created November 9, 2018 08:30
Show Gist options
  • Save ae-elaine-axis/d46ebe69e149ca0e35245e3036c74c8c to your computer and use it in GitHub Desktop.
Save ae-elaine-axis/d46ebe69e149ca0e35245e3036c74c8c to your computer and use it in GitHub Desktop.
Thicker radio buttons
код, который делает толще кружок на 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