tweb/src/scss/partials/popups/_createPoll.scss
morethanwords b2ef3c8bda Folders almost ready
New CSS
Polls
2020-06-19 14:49:55 +03:00

49 lines
800 B
SCSS

.popup-create-poll {
$parent: ".popup";
#{$parent} {
&-container {
max-height: 468px;
padding: 0;
}
}
.input-field {
margin-top: 25px;
.btn-icon {
position: absolute;
right: .5rem;
top: 50%;
z-index: 1;
transform: translateY(-50%);
opacity: 1;
transition: opacity .2s ease;
}
&:not(.is-filled), &:first-child:last-child {
.btn-icon {
pointer-events: none;
opacity: 0;
}
}
/* &:last-child:not(:nth-child(10)) {
.btn-icon {
display: none;
}
} */
}
.caption {
color: #707579;
font-weight: 500;
padding: 16px 24px 0;
}
.poll-create-questions {
padding: 0px 20px 32.5px;
}
hr {
border-bottom: 1px solid #edeff1;
}
}