small fixes
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
.go-btn button {
|
||||
color: #ffffff;
|
||||
border-color: #008ecf;
|
||||
background: linear-gradient(to bottom, #005691 0%, #005691 50%, #008ecf 50%, #008ecf 100%);
|
||||
border-width: 1px;
|
||||
line-height: 40px;
|
||||
padding: 30px 60px;
|
||||
@ -33,7 +32,7 @@
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
transition: border, background cubic-bezier(0.38, 0.04, 0.35, 0.96) 600ms;
|
||||
background-position: 0 0;
|
||||
background: linear-gradient(to bottom, #005691 0%, #005691 50%, #008ecf 50%, #008ecf 100%) 0 0;
|
||||
background-size: 100% 200%;
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
color: #000;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
font-size: 8.5px;
|
||||
font-size: 9px;
|
||||
left: 39px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user