lumi2/scss/bootstrap.scss
Julian Lobbes cbfcafbb18 fix(usermanager): UI improvements
- show groups in user detail view
- show DN in user detail view
- show DN in group list view
2022-12-03 21:40:05 +01:00

47 lines
763 B
SCSS

// Colors
$body-bg: #FCF7E3;
$body-color: #3A3533;
$link-color: #3890a9;
$primary: #72BAB0;
$secondary: #C8C395;
$success: #56BB80;
$info: #799F93;
$warning: #DBB263;
$danger: #B9413C;
$light: #FCFAF3;
$dark: #234350;
// Fonts
$font-family-base: Montserrat;
$font-weight-lighter: 300;
$font-weight-light: 400;
$font-weight-normal: 500;
$font-weight-semibold: 600;
$font-weight-bold: 700;
$font-weight-bolder: 800;
$display-font-weight: 500;
// Borders
$border-width: 2px;
$border-widths: (
1: 2px,
2: 3px,
3: 4px,
4: 5px,
5: 6px
);
$border-color: #DEDABF;
// Forms
$input-border-color: #A49E68;
// List groups
$list-group-bg: $body-bg;
$list-group-border-color: rgba($info, 0.5);
@import "../node_modules/bootstrap/scss/bootstrap";