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 d5081881 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '16-fix-readability-on-text-button' into 'main'

Resolve "fix: readability on text button"

Closes #16

See merge request !13
parents edbe81a4 28651ac3
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 {
......
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