mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
33 lines
613 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|