mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Added close button style
This commit is contained in:
parent
b00ab551ac
commit
b3f3a1913f
1 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,18 @@
|
||||||
border-color: red;
|
border-color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-close {
|
||||||
|
color: white;
|
||||||
|
background-color: darkred;
|
||||||
|
border-color: darkred;
|
||||||
|
border-radius: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-close:hover {
|
||||||
|
background-color: red;
|
||||||
|
border-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
.button-checkout_1 {
|
.button-checkout_1 {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: darkred;
|
background-color: darkred;
|
||||||
|
|
Loading…
Reference in a new issue