mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change gradient color for button variant gradido
This commit is contained in:
parent
dd6fce18e1
commit
842b1a03cd
@ -9,14 +9,14 @@ html, body {
|
||||
|
||||
/* Button */
|
||||
.btn-gradido {
|
||||
background-image: linear-gradient(to right bottom, rgba(241,242,11,1) 0%, rgba(248,161,27,1) 99%);
|
||||
background-image: linear-gradient(146deg, rgba(249,205,105,1) 50%, rgba(197,141,56,1) 100%);
|
||||
background-size: auto;
|
||||
background-position: 0% 0%;
|
||||
background-repeat: repeat;
|
||||
border-radius: 24.8pt;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
|
||||
.btn-gradido:hover {
|
||||
color: #212529;
|
||||
}
|
||||
@ -26,7 +26,7 @@ html, body {
|
||||
border: 1px solid #F5B805;
|
||||
border-radius: 24.8pt;
|
||||
}
|
||||
|
||||
|
||||
.form-control, .custom-select {
|
||||
border-radius: 24.8pt;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user