funky-framadate-front/src/app/features/participation/feedback/feedback.component.scss

41 lines
539 B
SCSS

:host {
position: fixed;
bottom: 1em;
right: 1em;
color: white;
.feedback-choices {
&.active {
background: #8eb6ed;
border-radius: 0.5em;
padding: 1em;
margin-bottom: 0.5em;
}
}
.link {
margin: 1ch;
display: block;
max-width: 10em;
a {
color: white;
&:hover {
background: white;
color: black;
}
}
}
i {
color: white;
margin: 1ch;
}
.button {
float: right;
color: white;
background: #0c5593;
padding: 1em;
border-radius: 2em;
&.active {
background: #2e6da4;
}
}
}