Files
bigcapital/packages/webapp/src/style/pages/Preferences/Users.scss
2023-02-03 01:02:31 +02:00

33 lines
613 B
SCSS

// Users/Roles List.
// ---------------------------------
.preferences-page__inside-content--users {
.bigcapital-datatable {
.td {
.avatar {
display: block;
height: 28px;
width: 28px;
text-align: center;
background: #b7bfc6;
border-radius: 50%;
line-height: 28px;
color: #fff;
text-transform: uppercase;
margin-left: 10px;
}
}
.td.status {
text-transform: uppercase;
}
.tr:last-child .td {
border-bottom: 0;
}
}
.bp3-tabs {
.bp3-tab-panel {
margin-top: 0;
}
}
}