mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
remove duplicate styling and improve mobile for GridMotion
This commit is contained in:
@@ -374,30 +374,6 @@
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
.cta-button-docs {
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
padding: 0 0 0 1rem;
|
||||
height: 40px;
|
||||
background: linear-gradient(135deg, rgb(30, 160, 63), rgba(24, 47, 255, 0.6));
|
||||
background-size: 200% 200%;
|
||||
backdrop-filter: blur(25px);
|
||||
-webkit-backdrop-filter: blur(25px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.07);
|
||||
color: #fff;
|
||||
border-radius: 50px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
justify-content: space-between;
|
||||
transition: 0.3s ease;
|
||||
}
|
||||
|
||||
.cta-button-docs:hover {
|
||||
transform: scale(0.98);
|
||||
}
|
||||
|
||||
.star-count {
|
||||
background-color: #0b0b0b;
|
||||
margin-left: 1em;
|
||||
|
||||
Reference in New Issue
Block a user