1
0
Fork 0

UX: Create pro button custom styling

Dieser Commit ist enthalten in:
Keegan George 2021-06-08 18:30:45 -07:00
Ursprung 0ba6d5767a
Commit 3b0b6736e4

Datei anzeigen

@ -707,3 +707,29 @@
width: 80px; width: 80px;
vertical-align: middle; vertical-align: middle;
} }
.btn-pavilion-pro {
background: #3C1c8c;
color: white;
.d-icon {
color: white;
}
&:hover {
background: #2d1569 !important;
color: rgba(white, 0.8);
&[href], svg.d-icon {
color: rgba(white, 0.85) !important;
}
}
&:focus {
border: 2px solid white;
background: #2d1569 !important;
}
&[href] {
color: white;
}
}