Skip to content
Snippets Groups Projects
Commit 33517e62 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Edit button + fix sonar

parent 3df8a4f9
No related branches found
No related tags found
1 merge request!379FeedBackModal : Edit button + fix sonar
...@@ -86,15 +86,21 @@ ...@@ -86,15 +86,21 @@
} }
.upload-label { .upload-label {
appearance: none; appearance: none;
@include button($gold-shadow, #000000, none, $multi-color-radial-gradient) {
}
color: $dark-2;
padding: 0.5rem; padding: 0.5rem;
text-align: center; text-align: center;
font-weight: bold;
margin-bottom: 0.5rem;
max-width: 180px; 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; margin: 0.8rem auto;
transition: all 300ms ease;
&:hover {
opacity: 0.7;
}
} }
.fileName { .fileName {
display: flex; display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment