mirror of
https://github.com/creativetimofficial/muse-vue-ant-design-dashboard.git
synced 2025-08-17 03:50:36 +08:00
12 lines
141 B
SCSS
12 lines
141 B
SCSS
// _checkbox.scss
|
|
//
|
|
// Template's checkbox styles.
|
|
//
|
|
|
|
.ant-checkbox-inner {
|
|
border-radius: 4px;
|
|
|
|
&::after {
|
|
top: 45%;
|
|
}
|
|
} |