mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
ea88e87355
Conflicts: sass/main.scss
225 lines
4.4 KiB
SCSS
225 lines
4.4 KiB
SCSS
// If you import a new .scss file, make sure to restart gulp
|
|
// otherwise it will not be included
|
|
|
|
$BASE_URL: '<%= BASE_URL %>';
|
|
|
|
@import 'variables';
|
|
@import 'ascribe_variables';
|
|
@import '../node_modules/bootstrap-sass/assets/stylesheets/bootstrap';
|
|
@import '../node_modules/react-datepicker/dist/react-datepicker';
|
|
@import './ascribe-fonts/style';
|
|
@import './ascribe-fonts/ascribe-fonts';
|
|
@import 'ascribe_login';
|
|
@import 'ascribe_table';
|
|
@import 'ascribe_accordion_list';
|
|
@import 'ascribe_piece_list_bulk_modal';
|
|
@import 'ascribe_piece_list_toolbar';
|
|
@import 'ascribe_edition';
|
|
@import 'ascribe_textarea';
|
|
@import 'ascribe_media_player';
|
|
@import 'ascribe_uploader';
|
|
@import 'ascribe-global-notification';
|
|
@import 'ascribe_piece_register';
|
|
@import 'offset_right';
|
|
@import 'ascribe_settings';
|
|
@import 'ascribe_react_s3_fineuploader';
|
|
|
|
body {
|
|
background-color: #FDFDFD;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.navbar-default {
|
|
border: none;
|
|
border-left:0;
|
|
border-right:0;
|
|
margin-bottom: 1.5em;
|
|
border-top:0;
|
|
border-color: #CCC
|
|
}
|
|
|
|
.navbar-right {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.clear-paddings {
|
|
padding-left:0;
|
|
padding-right:0;
|
|
}
|
|
|
|
.ascribe-color {
|
|
color: $ascribe-color;
|
|
}
|
|
|
|
.tooltip-inner{
|
|
max-width: 300px;
|
|
padding: 3px 8px;
|
|
color: #000;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
background-color: #FCFAFA;
|
|
border-radius: 0;
|
|
border: 1px solid;
|
|
}
|
|
|
|
/* Taken from http://stackoverflow.com/a/20548578 */
|
|
.vcenter {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
float: none;
|
|
}
|
|
|
|
.no-margin {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.btn-ascribe, .btn-ascribe-inv {
|
|
border: 1px solid #444;
|
|
line-height: 2em;
|
|
margin-right: 1px;
|
|
margin-left: 0 !important;
|
|
font-family: sans-serif !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.btn-ascribe, .btn-ascribe-inv:active, .btn-ascribe-inv:hover {
|
|
color: #222 !important;
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.btn-ascribe:active, .btn-ascribe:hover, .btn-ascribe-inv {
|
|
color: #FFF !important;
|
|
background-color: #444;
|
|
}
|
|
|
|
.btn-ascribe-inv:disabled, .btn-ascribe-inv:focus {
|
|
color: #444 !important;
|
|
background-color: #BBB !important;
|
|
border: 1px solid #444 !important;
|
|
}
|
|
|
|
.btn-ascribe-sm {
|
|
font-size: 12px;
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
.btn-ascribe-green, .btn-ascribe-green-inv {
|
|
border: 1px solid #48DACB;
|
|
line-height: 2em;
|
|
margin-left: 0 !important;
|
|
font-family: sans-serif !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.btn-ascribe-green, .btn-ascribe-green-inv:active, .btn-ascribe-green-inv:hover {
|
|
background-color: #FFF;
|
|
border: 1px solid rgba(2, 182, 163, 0.5);
|
|
color: rgba(2, 182, 163, 0.5);
|
|
}
|
|
|
|
.btn-ascribe-green:active, .btn-ascribe-green:hover, .btn-ascribe-green-inv {
|
|
border: 1px solid rgba(2, 182, 163, 0.5);
|
|
color: white;
|
|
background-color: rgba(2, 182, 163, 0.5);
|
|
}
|
|
|
|
.ascribe-detail-header {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.ascribe-detail-title {
|
|
font-size: 2em;
|
|
margin-bottom: -0.2em;
|
|
}
|
|
|
|
.ascribe-detail-property {
|
|
padding-bottom: 0.4em;
|
|
}
|
|
|
|
.input-text-ascribe,
|
|
.datepicker__input {
|
|
border-bottom: 1px solid black;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
background: transparent;
|
|
border-radius: 0 !important;
|
|
box-shadow: none;
|
|
width: 100%;
|
|
}
|
|
|
|
.textarea-ascribe-message {
|
|
height: 13em !important;
|
|
}
|
|
|
|
.input-checkbox-ascribe {
|
|
text-align: left;
|
|
line-height: 1.6;
|
|
width: 90%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
/* columns of same height styles */
|
|
/* http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height */
|
|
.row-full-height {
|
|
height: 100%;
|
|
}
|
|
|
|
.col-full-height {
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.row-same-height {
|
|
display: table;
|
|
width: 100%;
|
|
/* fix overflow */
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.col-xs-height {
|
|
display: table-cell;
|
|
float: none !important;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.col-sm-height {
|
|
display: table-cell;
|
|
float: none !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.col-md-height {
|
|
display: table-cell;
|
|
float: none !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.col-lg-height {
|
|
display: table-cell;
|
|
float: none !important;
|
|
}
|
|
}
|
|
|
|
/* vertical alignment styles */
|
|
|
|
.col-top {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.col-middle {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.col-bottom {
|
|
vertical-align: bottom;
|
|
}
|