mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
59 lines
1.4 KiB
SCSS
59 lines
1.4 KiB
SCSS
@import "../node_modules/bootstrap/scss/_functions";
|
|
@import "../node_modules/bootstrap/scss/_variables";
|
|
@import "../node_modules/bootstrap/scss/_mixins";
|
|
|
|
$blue: #007bff;
|
|
$indigo: #6610f2;
|
|
$purple: #6f42c1;
|
|
$pink: #e83e8c;
|
|
$red: #dc3545;
|
|
$orange: #fd7e14;
|
|
$yellow: #ffc107;
|
|
$green: #28a745;
|
|
$teal: #20c997;
|
|
$cyan: #17a2b8;
|
|
|
|
$badge-font-weight: 400;
|
|
$body-bg: #FFFEFC;
|
|
$body-color:#37352F;
|
|
|
|
// bootstrap components
|
|
@import "../node_modules/bootstrap/scss/_root";
|
|
@import "../node_modules/bootstrap/scss/utilities";
|
|
@import "../node_modules/bootstrap/scss/_reboot";
|
|
@import "../node_modules/bootstrap/scss/_buttons";
|
|
@import "../node_modules/bootstrap/scss/_button-group";
|
|
@import "../node_modules/bootstrap/scss/_tables";
|
|
@import "../node_modules/bootstrap/scss/_forms";
|
|
@import "../node_modules/bootstrap/scss/_nav";
|
|
@import "../node_modules/bootstrap/scss/_badge";
|
|
@import "../node_modules/bootstrap/scss/_grid";
|
|
@import "../node_modules/bootstrap/scss/_close";
|
|
@import "../node_modules/bootstrap/scss/_card";
|
|
@import "../node_modules/bootstrap/scss/_modal";
|
|
|
|
// icons
|
|
@import "../font/flaticon";
|
|
|
|
// our components
|
|
@import "events";
|
|
@import "funnel";
|
|
@import "sidebar";
|
|
.cursor-pointer { cursor: pointer }
|
|
|
|
.badge .close {
|
|
text-shadow: none;
|
|
margin: -6px 0 -8px 8px;
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
|
|
.right-align {
|
|
float: right;
|
|
.fi { font-size: 20px; margin-right: 12px }
|
|
}
|
|
|
|
|
|
.content{
|
|
padding: 0 45px;
|
|
} |