onion/sass/main.scss

371 lines
7.2 KiB
SCSS
Raw Normal View History

// If you import a new .scss file, make sure to restart gulp
// otherwise it will not be included
2015-06-09 17:53:44 +02:00
$BASE_URL: '<%= BASE_URL %>';
@import 'ascribe_variables';
@import 'variables';
@import '../node_modules/bootstrap-sass/assets/stylesheets/bootstrap';
2015-06-03 10:45:23 +02:00
@import '../node_modules/react-datepicker/dist/react-datepicker';
2015-07-02 15:41:17 +02:00
@import 'glyphicons-social';
2015-06-30 16:24:41 +02:00
@import 'ascribe_theme';
@import './ascribe-fonts/style';
@import './ascribe-fonts/ascribe-fonts';
2015-07-13 14:29:20 +02:00
@import 'ascribe_app';
2015-06-20 16:43:18 +02:00
@import 'ascribe_login';
2015-06-12 15:42:43 +02:00
@import 'ascribe_table';
@import 'ascribe_accordion_list';
@import 'ascribe_piece_list_bulk_modal';
2015-06-02 10:10:09 +02:00
@import 'ascribe_piece_list_toolbar';
2015-06-05 14:22:02 +02:00
@import 'ascribe_edition';
2015-06-09 13:29:22 +02:00
@import 'ascribe_textarea';
2015-06-04 16:15:59 +02:00
@import 'ascribe_media_player';
2015-06-23 10:27:19 +02:00
@import 'ascribe_uploader';
2015-07-02 15:41:17 +02:00
@import 'ascribe_footer';
2015-06-08 18:14:25 +02:00
@import 'ascribe-global-notification';
2015-06-22 10:50:22 +02:00
@import 'ascribe_piece_register';
2015-06-02 10:10:09 +02:00
@import 'offset_right';
2015-06-17 19:50:52 +02:00
@import 'ascribe_settings';
@import 'ascribe_slides_container';
2015-07-08 14:37:20 +02:00
@import 'ascribe_form';
2015-06-17 19:50:52 +02:00
2015-07-13 14:29:20 +02:00
@import 'whitelabel/index';
html, body {
height: 100%;
2015-06-17 19:50:52 +02:00
}
2015-05-20 17:32:06 +02:00
2015-07-01 19:05:47 +02:00
html {
overflow-y: scroll;
}
2015-07-08 14:37:20 +02:00
hr {
margin-bottom: 15px;
}
2015-07-13 14:29:20 +02:00
#main {
height: 100%;
}
2015-05-27 15:49:12 +02:00
.hidden {
display: none;
}
2015-06-25 23:25:03 +02:00
.no-margin{
margin: 0;
}
.no-padding{
padding: 0;
}
.navbar-default {
2015-06-22 10:50:22 +02:00
border: none;
border-left:0;
border-right:0;
2015-06-02 10:10:09 +02:00
margin-bottom: 1.5em;
2015-06-05 16:20:28 +02:00
border-top:0;
2015-07-07 10:28:39 +02:00
border-color: #CCC;
font-size: 0.8em;
2015-06-01 15:12:31 +02:00
}
2015-07-10 11:59:03 +02:00
.img-brand {
padding: 0;
height: 45px;
margin: 5px 0 5px 0;
}
2015-07-02 14:40:04 +02:00
.truncate {
white-space: nowrap;
width: 4em;
overflow: hidden;
text-overflow: ellipsis;
@media only screen and (min-width: 400px) {
width: 8em;
}
@media only screen and (min-width: 600px) {
width: 12em;
}
@media only screen and (min-width: 1000px) {
width: 14em;
}
@media only screen and (min-width: 1200px) {
width: 16em;
}
@media only screen and (min-width: 1400px) {
width: 18em;
}
}
2015-06-12 15:42:43 +02:00
.navbar-right {
margin-right: 0;
}
2015-06-02 11:40:55 +02:00
.clear-paddings {
2015-06-01 15:12:31 +02:00
padding-left:0;
padding-right:0;
}
2015-07-10 15:56:54 +02:00
.clear-margins {
margin-top:0;
margin-bottom:0;
}
.ascribe-color {
color: $ascribe-color;
2015-06-29 15:58:47 +02:00
}
.ascribe-subheader{
padding-bottom: 10px;
margin-top: -10px;
a {
cursor: pointer;
font-size: 0.8em;
color: #222;
}
}
2015-06-20 16:43:18 +02:00
.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;
}
2015-05-20 17:32:06 +02:00
/* Taken from http://stackoverflow.com/a/20548578 */
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
2015-07-01 19:05:47 +02:00
.filter-glyph{
color: white;
}
2015-05-29 09:20:09 +02:00
.no-margin {
margin-right: 0;
margin-left: 0;
}
2015-07-01 11:21:43 +02:00
.btn-delete{
background-color: rgba(0,0,0,0);
color: #888;
2015-07-01 11:43:33 +02:00
border: 1px solid rgba(0,0,0,0);
&:hover{
border: 1px solid $ascribe-brand-danger;
}
2015-07-01 11:21:43 +02:00
}
2015-05-27 09:34:49 +02:00
.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);
2015-05-26 13:33:35 +02:00
}
.ascribe-detail-title {
font-size: 2em;
margin-bottom: -0.2em;
}
2015-05-27 09:34:49 +02:00
.ascribe-detail-property {
padding-bottom: 0.4em;
}
2015-05-26 15:31:28 +02:00
2015-07-07 10:28:39 +02:00
::-webkit-input-placeholder { /* WebKit browsers */
font-size: 0.9em;
font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
font-size: 0.9em;
font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
font-size: 0.9em;
font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
font-size: 0.9em;
font-style: italic;
}
.input-text-ascribe,
.datepicker__input {
2015-05-27 09:34:49 +02:00
border-bottom: 1px solid black;
border-top: 0;
border-left: 0;
border-right: 0;
background: transparent;
border-radius: 0 !important;
box-shadow: none;
2015-06-02 18:43:37 +02:00
width: 100%;
2015-05-27 09:34:49 +02:00
}
.textarea-ascribe-message {
height: 13em !important;
}
2015-06-01 13:02:53 +02:00
.input-checkbox-ascribe {
text-align: left;
line-height: 1.6;
width: 90%;
2015-07-07 10:28:39 +02:00
margin-left: 1.6em;
2015-06-01 13:02:53 +02:00
margin-right: auto;
}
2015-05-26 13:33:35 +02:00
/* 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;
}
2015-06-30 17:12:13 +02:00
2015-07-01 19:05:47 +02:00
.ascribe-button-list button, .ascribe-margin-1px {
2015-06-30 17:57:20 +02:00
margin-right: 1px;
2015-07-01 10:53:40 +02:00
margin-top: 1px;
}
2015-07-06 18:29:27 +02:00
.spin {
display:inline-block;
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
-webkit-transform-origin: 55% 70%;
-moz-transform-origin: 55% 70%;
-o-transform-origin: 55% 70%;
transform-origin: 55% 70%;
width: 10px;
height: 10px;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg);}
}
2015-07-13 10:11:25 +02:00
.btn-default {
.glyph-ascribe-spool {
color: white;
}
2015-07-13 15:00:12 +02:00
}
.fullpage-spinner {
padding-top: 30%;
padding-bottom: 30%;
2015-07-13 15:00:12 +02:00
text-align: center;
> span {
font-size: 2em;
}
2015-07-13 10:11:25 +02:00
}