fix css
This commit is contained in:
parent
3a595abfd2
commit
5aff8fbcd0
@ -3179,7 +3179,7 @@ html .ui-button.ui-state-disabled:active {
|
||||
}
|
||||
|
||||
.c-card:hover .eBtn {
|
||||
background-image: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%);
|
||||
background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%);
|
||||
background-size: 200% auto;
|
||||
box-shadow: 0 0 20px #eee;
|
||||
transition: 0.5s;
|
||||
|
||||
@ -113,7 +113,7 @@
|
||||
}
|
||||
|
||||
.gradient {
|
||||
background-image: inear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%);
|
||||
background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%);
|
||||
transition: 0.5s;
|
||||
background-size: 200% auto;
|
||||
box-shadow: 0 0 20px #eee;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -25,7 +25,7 @@
|
||||
|
||||
.gradient-border:hover {
|
||||
color: #fff;
|
||||
background: #2f57ef;
|
||||
background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%);
|
||||
}
|
||||
|
||||
.serial {
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
.gradient-border:hover {
|
||||
color: #fff;
|
||||
background: #2f57ef;
|
||||
background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%);
|
||||
}
|
||||
|
||||
.serial {
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
.gradient-border:hover {
|
||||
color: #fff;
|
||||
background: #2f57ef;
|
||||
background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%);
|
||||
}
|
||||
|
||||
.serial {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user