html { font-size: 0.9em; } /* BOOTSTRAP Hacks */ @media (min-width: 1200px) { .container { max-width: 1250px; } } a { color: #4a90e2; } a:hover { color: #4a90e2; } .btn { border-radius: 2px; } .btn-primary { background-color: #4F93E0; border-color: #4a90e2; } .btn-primary:hover { background-color: #4585CF; border-color: #4a90e2; } /* DASHBOARD */ #dashboard ul.list-group.list-group-striped li { border: none; } #dashboard ul.list-group.list-group-striped li:nth-of-type(even) { background: #f1f1f1; } #dashboard div.quick-links-icons { font-size: 3em; width: 100%; } #dashboard a.quick-links { color: #777; } #dashboard a.quick-links:hover { text-decoration: none; color: #4586d4; } .ct-series-a .ct-line { /* Set the colour of this series line */ stroke: #4a90e2; /* Control the thikness of your lines */ stroke-width: 2px; /* Create a dashed line with a pattern */ } /* This selector overrides the points style on line charts. Points on line charts are actually just very short strokes. This allows you to customize even the point size in CSS */ .ct-series-a .ct-point { /* Colour of your points */ stroke: #4a90e2; /* Size of your points */ stroke-width: 8px; } /* ALERT */ #alert { display: none; position: absolute; right: 0px; padding: 16px 90px; border-radius: 0px; border: 0; } /* SIDEBAR */ div.sidebar .nav-item a { padding-left:0; padding-right:0; color: #777; padding-top: 5px; padding-bottom: 5px; } div.sidebar .nav-item a:hover { text-decoration: underline; } div.sidebar .nav-item h4 { font-size: 1.3em; text-transform: uppercase; font-weight: 400; margin-top: 10px; } div.sidebar .nav-item span.oi { color: #000; font-size: 0.8em; padding-right: 5px; } /* PLUGINS */ .plugin-form label { display: block; margin-top: 1rem !important; } .plugin-form input[type="text"], .plugin-form textarea, .plugin-form select { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .plugin-form textarea { min-height: 120px; } .plugin-form span.tip { display: block; font-size: 80%; font-weight: 400; margin-top: .25rem; color: #6c757d !important; } /* NEW CONTENT / EDIT CONTENT */ .ql-container { height: 360px; font-size: 14px; }