Commit 3107

This commit is contained in:
dev
2025-07-31 14:54:02 +09:00
parent e32f03c9ae
commit a58062a7b7
6 changed files with 105 additions and 68 deletions

View File

@ -278,8 +278,8 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 11px;
width: 11px;
height: 8px;
width: 8px;
border-radius: 50%;
background-color: map-deep-get($config,
#{$theme},

View File

@ -171,8 +171,8 @@
align-items: center;
cursor: pointer;
position: relative;
padding-left: 28px;
margin: 10px;
padding-left: 0;
margin: 5px;
font-size: 16px;
}
.custom-radio input[type="radio"] {
@ -183,13 +183,13 @@
/* Custom radio appearance */
.radio-mark {
position: absolute;
left: 0;
left: -8px;
top: 50%;
transform: translateY(-50%);
height: 18px;
width: 18px;
height: 14px;
width: 14px;
// background-color: white;
border: 2px solid #ccc;
border: 1px solid #ccc;
border-radius: 50%;
transition: all 0.2s ease;
}