simplify css for table infobox
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
// box e.g. above a table in the table view
|
||||
.infobox {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@include mb(3);
|
||||
@include px(0);
|
||||
@include py(2);
|
||||
justify-content: center;
|
||||
@extend .border;
|
||||
@extend .rounded;
|
||||
@extend .box-shadow;
|
||||
}
|
||||
Vendored
+2
@@ -21,6 +21,8 @@ html {
|
||||
@import "bootstrap-customizations/responsive";
|
||||
@import "bootstrap-customizations/typography";
|
||||
|
||||
@import "infobox";
|
||||
|
||||
.bio-table {
|
||||
td {
|
||||
padding-top: dist(2);
|
||||
|
||||
Reference in New Issue
Block a user