2019-08-31 04:07:25 +05:00
|
|
|
.addUser {
|
2020-05-26 00:46:04 +05:00
|
|
|
background: rgba(0, 0, 0, 0.24) !important;
|
2019-08-31 04:07:25 +05:00
|
|
|
border-radius: 50% !important;
|
2020-05-22 16:59:22 +05:00
|
|
|
box-shadow: none !important;
|
2019-08-31 04:07:25 +05:00
|
|
|
color: #fff !important;
|
|
|
|
line-height: 36px !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
transition: all 0.1s ease 0s !important;
|
|
|
|
vertical-align: top !important;
|
|
|
|
width: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addUser:hover {
|
2020-05-26 00:46:04 +05:00
|
|
|
background: rgba(0, 0, 0, 0.32) !important;
|
2019-08-31 04:07:25 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
margin: 0 -1rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
background: transparent !important;
|
2020-05-22 16:59:22 +05:00
|
|
|
box-shadow: none !important;
|
2019-08-31 04:07:25 +05:00
|
|
|
color: #fff !important;
|
2019-10-16 22:48:24 +05:00
|
|
|
display: inline-block !important;
|
2019-08-31 04:07:25 +05:00
|
|
|
font-size: 32px !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
line-height: 36px !important;
|
2019-10-16 22:48:24 +05:00
|
|
|
margin-right: 8px !important;
|
2019-08-31 04:07:25 +05:00
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 -4px 0 0;
|
|
|
|
vertical-align: top;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.users {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 8px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
2020-05-26 00:46:04 +05:00
|
|
|
background: rgba(0, 0, 0, 0.08);
|
2019-08-31 04:07:25 +05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100%;
|
2020-05-22 16:59:22 +05:00
|
|
|
padding: 0 20px;
|
2019-08-31 04:07:25 +05:00
|
|
|
}
|