9 lines
142 B
SCSS
9 lines
142 B
SCSS
.btn-group{
|
|
height: 60px;
|
|
padding-bottom: 10px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.user-list-card{
|
|
height: calc(100% - 80px);
|
|
}
|