update: circle-admin - leave and join button clickable

This commit is contained in:
gaelle morin
2020-06-09 16:51:15 +02:00
parent d8879c4f12
commit 74cec30974
2 changed files with 43 additions and 2 deletions

View File

@ -160,4 +160,45 @@
justify-content: center;
}
}
.circle-join {
position: relative;
width: 40%;
min-width: 40%;
input {
height: 29px;
left: -1px;
position: absolute;
top: -1px;
width: 105%;
padding-left: 16px;
}
&.button.with-icon::before {
margin-left: 12px;
}
}
.circle-leave {
position: relative;
width: 30%;
min-width: 30%;
}
.circle-leave>button {
position: absolute;
width: 106%;
left: 1px;
/* background: antiquewhite; */
height: 29px;
top: -1px;
padding-left: 13px;
}
.circle-leave.button.with-icon::before {
font-size: 1.6rem;
margin-right: 2rem;
margin-left: -50px;
}
}