Skip to content
Snippets Groups Projects
Commit 97eb1994 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

CSS Remove margin 0 on p in rich text submission fields. Hard to read if text...

CSS Remove margin 0 on p in rich text submission fields. Hard to read if text to dence. Correct styling of uoload button on submission forms, text and arrow was overlapping.
parent be1e4012
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
@include button($color--light-blue, $color--dark-blue); @include button($color--light-blue, $color--dark-blue);
max-width: 290px; max-width: 290px;
text-align: center; text-align: center;
background: url('./../../images/upload.svg') $color--light-blue no-repeat 50px center; background: url('./../../images/upload.svg') $color--light-blue no-repeat 40px center;
border: 0; border: 0;
.no-js & { .no-js & {
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
} }
&:hover { &:hover {
background: url('./../../images/upload.svg') $color--dark-blue no-repeat 50px center; background: url('./../../images/upload.svg') $color--dark-blue no-repeat 40px center;
.no-js & { .no-js & {
background: none; background: none;
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
margin: 0 0 1rem; margin: 0 0 1rem;
} }
p,
h5 { h5 {
margin: 0; margin: 0;
} }
......
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