You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
235 B
18 lines
235 B
1 year ago
|
|
||
|
.solid::after {
|
||
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
||
|
}
|
||
|
button[plain] {
|
||
|
border: none; background-color: none;
|
||
|
}
|
||
|
button::after {
|
||
|
|
||
|
background-color: none;
|
||
|
border: none
|
||
|
}
|
||
|
uni-button:after {
|
||
|
background-color: none;
|
||
|
border: none
|
||
|
}
|
||
|
|