1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/source/containers/reset.css
Mael Thomas 45fcb5f118 [moteur] Premier POC simulateur CDD
L'UI du simulateur de coût d'embauche, conversationnelle, y a été greffée.
Le graphe des dépendance des variable est calaculé pour afficher les bonnes questions, et le résultat.
Seule une variable est prise en compte, le CIF CDD :-D
2017-01-16 19:17:05 +01:00

39 lines
544 B
CSS

/*
Unify browser styles and reset opinionated defaults;
Reset style decisions that would break (rather than just customize)
the widget's form layout.
*/
[hidden],
.js-only {
display: none;
}
/* Reset fieldset style */
fieldset {
border: 0;
padding: 0;
padding-top: .01em;
margin: 0;
min-width: 0;
}
/* Remove spinner controls from Firefox */
input[type="number"] {
appearance: textfield;
}
select {
width: auto;
height: auto;
}
input {
line-height: normal;
height: auto;
}
label {
font-size: 100%;
font-weight: normal;
}