1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 21:29:43 +02:00
planka/client/src/components/Project/Project.module.css

55 lines
1 KiB
CSS
Raw Normal View History

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;
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;
box-shadow: none !important;
2019-08-31 04:07:25 +05:00
color: #fff !important;
display: inline-block !important;
2019-08-31 04:07:25 +05:00
font-size: 32px !important;
font-weight: bold !important;
line-height: 36px !important;
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%;
padding: 0 20px;
2019-08-31 04:07:25 +05:00
}