fix btn transparent, add shadows (#45)

This commit is contained in:
Geometrically
2023-04-22 12:18:09 -07:00
committed by GitHub
parent 6794da0738
commit 9d92b8cc6d
5 changed files with 10 additions and 3 deletions

View File

@@ -315,6 +315,11 @@ a,
margin: auto;
}
}
&.transparent {
background: none;
box-shadow: none;
}
}
.btn-group {