]> Untitled Git - lemmy-ui.git/blob - src/assets/css/themes/vaporwave-dark.scss
fix submodule error
[lemmy-ui.git] / src / assets / css / themes / vaporwave-dark.scss
1 @import "variables.vaporwave-dark";
2 @import "../../../../node_modules/bootstrap/scss/bootstrap";
3
4 .shadow-sm {
5   background: linear-gradient(
6     180deg,
7     rgba(255, 255, 255, 0.15),
8     rgba(255, 255, 255, 0)
9   );
10 }
11
12 .navbar {
13   background: none;
14 }
15
16 .dropdown-item:hover,
17 option:disabled {
18   color: $secondary;
19 }
20
21 .btn-sm {
22   margin: 0.25rem;
23 }
24
25 .form-control::placeholder {
26   text-shadow:
27     0.5px 0.5px 0 $secondary,
28     0.5px -0.5px 0 $secondary,
29     -0.5px 0.5px 0 $secondary,
30     -0.5px -0.5px 0 $secondary;
31 }
32
33 .input-group-text {
34   background: $gray-500;
35 }