mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
165 lines
2.8 KiB
SCSS
165 lines
2.8 KiB
SCSS
.dashboard-content--preferences {
|
|
// margin-left: 430px;
|
|
margin-left: 410px;
|
|
// width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.preferences {
|
|
&__inside-content--tabable {
|
|
margin-left: -25px;
|
|
margin-right: -25px;
|
|
}
|
|
|
|
&__inside-content {
|
|
.#{$ns}-tab-list {
|
|
border-bottom: 1px solid #e5e5e5;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
align-items: baseline;
|
|
|
|
.#{$ns}-tab {
|
|
font-weight: 400;
|
|
line-height: 44px;
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__tabs-extra-actions {
|
|
margin-left: auto;
|
|
}
|
|
|
|
&__topbar-actions {
|
|
margin-left: auto;
|
|
padding-right: 15px;
|
|
margin-right: 15px;
|
|
border-right: 1px solid #e5e5e5;
|
|
|
|
.bp3-button + .bp3-button {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
&-button {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
&__floating-footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 430px;
|
|
right: 0;
|
|
background: #fff;
|
|
padding: 10px 18px;
|
|
border-top: 1px solid #ececec;
|
|
}
|
|
}
|
|
|
|
.preferences__sidebar {
|
|
background: #fdfdfd;
|
|
position: fixed;
|
|
left: 190px;
|
|
top: -5px;
|
|
min-width: 220px;
|
|
max-width: 220px;
|
|
height: 100%;
|
|
|
|
.sidebar-wrapper {
|
|
}
|
|
|
|
&-head {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
height: 70px;
|
|
padding: 0 22px;
|
|
|
|
h2 {
|
|
font-size: 22px;
|
|
font-weight: 300;
|
|
color: #555;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
&-menu {
|
|
padding: 0;
|
|
background: transparent;
|
|
|
|
.#{$ns}-menu-item {
|
|
padding: 10px 18px;
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
color: #333;
|
|
|
|
&:hover,
|
|
&.#{$ns}-active {
|
|
background-color: #ebf1f5;
|
|
color: #333;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Preference
|
|
//---------------------------------
|
|
.preferences__inside-content--general {
|
|
margin: 20px;
|
|
.bp3-form-group {
|
|
margin: 18px 18px;
|
|
.bp3-label {
|
|
min-width: 180px;
|
|
}
|
|
.bp3-form-content {
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
.form-group--org-name,
|
|
.form-group--org-industry {
|
|
.bp3-form-content {
|
|
position: relative;
|
|
width: 70%;
|
|
}
|
|
}
|
|
.form-group--time-zone {
|
|
.bp3-menu {
|
|
max-height: 300px;
|
|
max-width: 400px;
|
|
overflow: auto;
|
|
padding: 0;
|
|
}
|
|
.bp3-text-muted {
|
|
color: #000000;
|
|
}
|
|
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
|
|
background: #fff;
|
|
box-shadow: 0 0 0 transparent;
|
|
border: 1px solid #ced4da;
|
|
padding: 8px;
|
|
}
|
|
.bp3-button .bp3-icon:first-child:last-child,
|
|
.bp3-button .bp3-spinner + .bp3-icon:last-child {
|
|
position: absolute;
|
|
right: 15px;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Users/Roles List.
|
|
// ---------------------------------
|
|
.preferences__inside-content--users-roles {
|
|
.bigcapital-datatable {
|
|
.table .th,
|
|
.table .td {
|
|
padding: 0.8rem 0.5rem;
|
|
}
|
|
.td.status {
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
}
|