Skip to content
Snippets Groups Projects
Commit 3149082f authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: font-size small for forms

parent f665a329
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -17,12 +17,11 @@ ul {
li {
display: flex;
margin: 4px 0 0 0;
font-size: small;
font-size: $font-size-xsmall;
align-items: center;
p {
margin-top: unset;
margin-bottom: 0;
@include lato-regular-14;
}
&.valid {
color: $green;
......
......@@ -284,7 +284,7 @@ h4 {
li {
display: flex;
margin-left: 1%;
font-size: small;
font-size: $font-size-xsmall;
align-items: center;
p {
margin-left: 10px;
......
......@@ -56,7 +56,6 @@ h1 {
li {
display: flex;
margin-left: 1%;
font-size: small;
align-items: center;
p {
margin: 0 8px;
......
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