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

Resolve "Change buttons colors"

Merged Julie Thezenas requested to merge 82-change-buttons-colors into master
Files
2
+ 0
45
@@ -127,51 +127,6 @@ ul {
padding-bottom: 20px;
}
<<<<<<< HEAD
.btn-little-txt {
font-size: small;
}
/***** BUTTON *****/
.button {
margin: 10px;
border-color: var(--ifm-color-success);
color: var(--ifm-color-frame);
border-style: none;
white-space : initial;
font-family: var(--ifm-font-family-base);
}
.button--beta {
border-color: var(--ifm-color-success);
border-style: none;
background-color: var(--ifm-color-frame);
color: var(--ifm-color-black);
}
.button--beta:hover {
color: var(--ifm-color-secondary);
background-color: var(--ifm-color-success);
border-style: none;
}
.button--warning {
color: var(--ifm-color-success);
border-style: none;
}
.button--warning:hover, .button--warning:not(.button--outline):hover {
color: var(--ifm-color-secondary);
background-color: var(--ifm-color-info);
border-style: none;
}
.button--warning:not(.button--outline) {
background-color: var(--ifm-color-frame);
}
=======
>>>>>>> feat: add all buttons colors properties
/******* MAIN ELEM *******/
.section-promises {
padding: 4rem 0;
Loading