akkounts/app/assets/stylesheets/components/dashboard_services.css
Râu Cao 126b8b20e0
All checks were successful
continuous-integration/drone Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 5s
Improve dashboard icon opacity, layout
2024-08-10 12:44:49 +02:00

6 lines
154 B
CSS

@layer components {
.services > div > a {
background-image: linear-gradient(110deg, rgba(255,255,255,0.99) 20%, rgba(255,255,255,0.88) 100%);
}
}