Move background-size after the background css prop

This commit is contained in:
Jannik Stehle
2022-09-02 09:56:53 +02:00
parent dff588a621
commit 52b58cd1d9
+1 -1
View File
@@ -92,8 +92,8 @@ strong {
.oc-button-primary {
/* Needs to be important to overwrite material-ui */
width: 100%;
background-size: 103% !important;
background: linear-gradient(to right, #2c588e, #4e85c8) -1px;
background-size: 103% !important;
border: 1px solid transparent !important;
}