mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-13 01:46:23 +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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
color: white;
|
||||
background-color: darkred;
|
||||
|
|
Loading…
Reference in a new issue