dev #10
|
@ -62,28 +62,28 @@ const sidebar_obj = ref()
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
color: white;
|
|
||||||
transition: .2s linear;
|
|
||||||
background: #0B63F6;
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 7px;
|
|
||||||
display: block;
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
|
||||||
|
background: #4FD1C5;
|
||||||
|
background: linear-gradient(90deg, rgba(129, 230, 217, 1) 0%, rgba(79, 209, 197, 1) 100%);
|
||||||
|
color: #313133;
|
||||||
|
transition: .2s linear;
|
||||||
|
|
||||||
|
padding: 1rem 1.5rem;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
font-weight: 700;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 300px;
|
|
||||||
min-height: 60px;
|
|
||||||
display: inline-flex;
|
|
||||||
font-family: 'Nunito', sans-serif;
|
|
||||||
font-size: 22px;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1.3px;
|
letter-spacing: 1.3px;
|
||||||
font-weight: 700;
|
|
||||||
color: #313133;
|
|
||||||
background: #4FD1C5;
|
|
||||||
background: linear-gradient(90deg, rgba(129, 230, 217, 1) 0%, rgba(79, 209, 197, 1) 100%);
|
|
||||||
border-radius: 1000px;
|
border-radius: 1000px;
|
||||||
|
|
||||||
box-shadow: 12px 12px 24px rgba(79, 209, 197, .64);
|
box-shadow: 12px 12px 24px rgba(79, 209, 197, .64);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue