You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

182 lines
2.9 KiB

@import "./bootstrap.min.css";
@import "./fontawesome_all.min.css";
html {
overflow-y: scroll;
}
.clickable {
cursor: pointer;
}
.bg-light-grey {
background-color: #e9ecef;
}
.bg-white-alternate {
background-color: #d4d4d4;
}
.text-extra-muted {
color: #c2c6ca;
}
.text-bch-green {
color: #00a74f;
}
textarea {
border: none;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
padding: 0;
resize: none; /*remove the resize handle on the bottom right*/
overflow: auto;
overflow-y: hidden;
}
textarea.form-control {
font: inherit;
border: none;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
resize: none; /*remove the resize handle on the bottom right*/
margin: 0;
padding: 0;
overflow: auto;
overflow-y: hidden;
}
textarea.form-control:focus {
font: inherit;
border: none;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
resize: none; /*remove the resize handle on the bottom right*/
overflow: auto;
overflow-y: hidden;
}
.text-wrap-under-evenly {
overflow: hidden;
display: block;
}
.text-white-0 {
opacity: 0;
}
input:focus,
textarea:focus,
select:focus {
outline-offset: -2px;
}
.planning_node_transition-enter-active,
.planning_node_transition-leave-active {
transition: all 0.25s;
}
.planning_node_transition-enter,
.planning_node_transition-leave-active {
max-height: 0;
opacity: 0;
}
.planning_node_transition-move {
transition: transform 0.25s;
transition-delay: 0.05s;
}
.node_column_node_holder-enter-active,
.node_column_node_holder-leave-active {
transition: all 0.65s;
}
.node_column_node_holder-enter,
.node_column_node_holder-leave-active {
max-height: 0;
opacity: 0;
}
.node_column_node_holder-move {
transition: transform 0.65s;
transition-delay: 0.15s;
}
.alert-primary-text-color {
color: #144376;
}
.low-priority-main-row {
opacity: 0.4;
}
.hidden-main-row {
opacity: 0.4;
}
.kinda-transparent {
opacity: 0.7;
}
.mostly-transparent {
opacity: 0.3;
}
.fully-transparent {
opacity: 0;
}
.row.no-pad-right {
margin-right: 0;
}
.row.no-pad-right > [class*="col-"] {
padding-right: 0;
}
.no_selection {
-webkit-user-select: none; /* webkit (safari, chrome) browsers */
-moz-user-select: none; /* mozilla browsers */
-khtml-user-select: none; /* webkit (konqueror) browsers */
-ms-user-select: none; /* IE10+ */
}
.prevent_apples_janky_selection {
-webkit-user-select: none; /* webkit (safari, chrome) browsers */
-moz-user-select: none; /* mozilla browsers */
-khtml-user-select: none; /* webkit (konqueror) browsers */
-ms-user-select: none; /* IE10+ */
}
.dirty-streak {
opacity: 0.4;
}
.perma_top_header {
position: fixed;
top: 0;
z-index: 999;
width: 100%;
}
.main_row_input_class {
border: 0px #ffffff solid;
font: inherit;
}