1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 23:54:06 +02:00

Admin Panel: Entries Manager - Fieldsets Sections - implementation

This commit is contained in:
Awilum
2019-02-16 01:04:53 +03:00
parent 64c6220bdd
commit e4fd14fcc3

View File

@@ -181,3 +181,19 @@
margin-right: 10px;
}
}
.nav-pills {
margin-bottom: 20px;
}
.nav-pills .nav-link {
border-radius: 0;
color: black;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
background: none;
border-bottom: 1px solid #ccc;
color: black;
}