change gradient color for button variant gradido

This commit is contained in:
ogerly 2022-03-30 16:41:27 +02:00
parent dd6fce18e1
commit 842b1a03cd

View File

@ -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;
}