Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1dbafb8e authored by Julie Thezenas's avatar Julie Thezenas Committed by Christophe Chaudier
Browse files

fix: get a readability button

parent 7b18918b
No related branches found
No related tags found
1 merge request!13Resolve "fix: readability on text button"
......@@ -247,9 +247,11 @@ a {
}
.list-controls .combo-box .combo-box-header {
border: none;
border: 1px solid $primary-medium;
color: $primary;
box-shadow: 1px 1px 5px 1px rgba(67,66,66, .2);
@include border-radius;
background-color: $header_background;
background-color: $header_primary;
}
.menu-panel .panel-body-bottom .btn {
......@@ -366,7 +368,7 @@ a:hover {
.admin-controls, .email-template, .admin-container {
.nav-pills>li a.active {
background: var(--tertiary);
background: var(--primary-medium);
color: var(--secondary);
}
.btn-primary {
......@@ -698,8 +700,3 @@ tbody {
.navigation-topics .container.list-container{
background-color: $secondary;
}
/// Category Badge ///
.badge-wrapper.bullet span.badge-category {
color: $color-white-smoke;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment