update: circle-admin - leave and join button clickable
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user