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

Merge branch 'fix/feedbackmodal' into 'dev'

FeedBackModal : Edit button + fix sonar

See merge request web-et-numerique/llle_project/ecolyo!379
parents 3df8a4f9 33517e62
No related branches found
No related tags found
1 merge request!379FeedBackModal : Edit button + fix sonar
......@@ -86,15 +86,21 @@
}
.upload-label {
appearance: none;
@include button($gold-shadow, #000000, none, $multi-color-radial-gradient) {
}
color: $dark-2;
padding: 0.5rem;
text-align: center;
font-weight: bold;
margin-bottom: 0.5rem;
max-width: 180px;
@include button(
transparent,
rgba($grey-bright, 0.7),
1px solid $grey-dark,
transparent
);
background-color: rgba($grey-dark, 0.2);
margin: 0.8rem auto;
transition: all 300ms ease;
&:hover {
opacity: 0.7;
}
}
.fileName {
display: flex;
......
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