Skip to content
Snippets Groups Projects
Commit 27f23b48 authored by ourspalois's avatar ourspalois
Browse files

Merge branch 'coulour_vieux' into 'beta'

Bonjour c le changement de couleur

See merge request !164
parents 15dd2b8f 67e170d4
No related branches found
No related tags found
Loading
Pipeline #8930 passed with warnings with stages
in 9 minutes and 4 seconds
...@@ -81,16 +81,30 @@ body { ...@@ -81,16 +81,30 @@ body {
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active { .btn-outline-primary:not(:disabled):not(.disabled):active {
color: #fff; color: #fff;
background-color: rgb(0, 119, 139); background-color: rgb(18, 67, 46);
border-color: rgb(0, 119, 139); border-color: rgb(18, 67, 46);
} }
.btn-outline-primary { .btn-outline-primary {
color: rgb(0, 119, 139); color: rgb(18, 67, 46);
background-color: rgba(248, 249, 250, 0.9); background-color: rgba(248, 249, 250, 0.9);
border-color: rgb(0, 119, 139); border-color: rgb(18, 67, 46);
} }
.turbolinks-progress-bar { .turbolinks-progress-bar {
background-color: #01D3FB; background-color: #12432E;
} }
\ No newline at end of file
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
color: #fff;
background-color: rgb(18, 67, 46);
border-color: rgb(18, 67, 46);
}
.btn-primary {
color: rgba(248, 249, 250, 0.9);
background-color: rgb(28, 114, 10);
border-color: rgb(18, 67, 46);
}
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