yW
Size: a a a
yW
АН
yW
yW
/* Theme/_color/Theme_color_default.css */
.Theme_color_default {
--color: #fff;
}
/* Theme/_size/Theme_size_default.css */
.Theme_size_default {
--size: 10px;
}
/* Button/Button.css */
.Button {
color: var(--color);
font-size: var(--size);
box-sizing: border-box;
}
yW
.Button {
box-sizing: border-box;
}
.Theme_color_default .Button {
color: #fff;
}
.Theme_size_default .Button {
font-size: 10px;
}yW
yW
АН
EB
yW
yW
yW
yW
yW
yW
EB
yW
yW
yW
yW