2018-12-19 16:39:46 +01:00
|
|
|
@import "bulma/sass/utilities/initial-variables";
|
|
|
|
|
@import "bulma/sass/utilities/functions";
|
|
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
$turquoise: #00d1df;
|
2018-12-20 11:30:28 +01:00
|
|
|
$blue: #33b2e8;
|
2019-09-12 11:32:51 +02:00
|
|
|
$cyan: $blue;
|
|
|
|
|
$green: #00c79b;
|
2019-10-08 16:42:08 +02:00
|
|
|
$blue-light: #98d8f3;
|
2018-12-19 16:39:46 +01:00
|
|
|
|
|
|
|
|
.is-ellipsis-overflow {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-12 11:32:51 +02:00
|
|
|
.is-word-break {
|
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
|
hyphens: auto;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-19 16:39:46 +01:00
|
|
|
.has-rounded-border {
|
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.is-full-width {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fitParent {
|
|
|
|
|
// TODO get rid of important
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
// 3.8em for line-numbers
|
|
|
|
|
padding: 0 0 0 3.8em !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main {
|
2019-09-24 13:41:44 +02:00
|
|
|
min-height: calc(100vh - 300px);
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-02-20 13:47:17 +01:00
|
|
|
|
2019-02-20 14:13:38 +01:00
|
|
|
// shown in top section when pageactions set
|
|
|
|
|
hr.header-with-actions {
|
|
|
|
|
margin-top: -10px;
|
2019-02-21 09:39:05 +01:00
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-04-10 14:35:30 +02:00
|
|
|
.is-mobile-action-spacing {
|
2019-02-21 09:39:05 +01:00
|
|
|
@media screen and (max-width: 768px) {
|
2019-04-10 14:35:30 +02:00
|
|
|
display: flow-root !important;
|
|
|
|
|
|
|
|
|
|
.input-field {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0 0 1.25rem 0 !important;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.input-button {
|
|
|
|
|
border: 2px solid #e9f7fd;
|
|
|
|
|
padding: 1em 1em;
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
}
|
2019-02-21 09:39:05 +01:00
|
|
|
}
|
2019-02-20 13:47:17 +01:00
|
|
|
}
|
|
|
|
|
|
2018-12-19 16:39:46 +01:00
|
|
|
.footer {
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 6. Import the rest of Bulma
|
|
|
|
|
@import "bulma/bulma";
|
2019-10-10 14:37:25 +02:00
|
|
|
@import "bulma-tooltip/dist/css/bulma-tooltip.min";
|
2018-12-19 16:39:46 +01:00
|
|
|
|
2019-09-12 14:47:48 +02:00
|
|
|
$dark-75: scale-color($dark, $lightness: 25%);
|
|
|
|
|
$dark-50: scale-color($dark, $lightness: 50%);
|
|
|
|
|
$dark-25: scale-color($dark, $lightness: 75%);
|
|
|
|
|
$info-75: scale-color($info, $lightness: 25%);
|
|
|
|
|
$info-50: scale-color($info, $lightness: 50%);
|
|
|
|
|
$info-25: scale-color($info, $lightness: 75%);
|
|
|
|
|
$link-75: scale-color($link, $lightness: 25%);
|
|
|
|
|
$link-50: scale-color($link, $lightness: 50%);
|
|
|
|
|
$link-25: scale-color($link, $lightness: 75%);
|
|
|
|
|
$primary-75: scale-color($primary, $lightness: 25%);
|
|
|
|
|
$primary-50: scale-color($primary, $lightness: 50%);
|
|
|
|
|
$primary-25: scale-color($primary, $lightness: 75%);
|
|
|
|
|
$success-75: scale-color($success, $lightness: 25%);
|
|
|
|
|
$success-50: scale-color($success, $lightness: 50%);
|
|
|
|
|
$success-25: scale-color($success, $lightness: 75%);
|
|
|
|
|
$warning-75: scale-color($warning, $lightness: 25%);
|
|
|
|
|
$warning-50: scale-color($warning, $lightness: 50%);
|
|
|
|
|
$warning-25: scale-color($warning, $lightness: 75%);
|
|
|
|
|
$danger-75: scale-color($danger, $lightness: 25%);
|
|
|
|
|
$danger-50: scale-color($danger, $lightness: 50%);
|
|
|
|
|
$danger-25: scale-color($danger, $lightness: 75%);
|
|
|
|
|
|
2019-09-23 08:53:22 +02:00
|
|
|
/*
|
|
|
|
|
// not supported by ie
|
2019-09-14 00:35:27 +02:00
|
|
|
// css vars for external reuse
|
2019-09-12 14:47:48 +02:00
|
|
|
:root {
|
2019-09-13 22:48:16 +02:00
|
|
|
// asc sorted initial variables
|
|
|
|
|
--black: #{$black};
|
|
|
|
|
--white: #{$white};
|
|
|
|
|
|
2019-09-12 16:06:40 +02:00
|
|
|
// asc sorted derived-variables
|
2019-09-12 14:47:48 +02:00
|
|
|
--primary: #{$primary};
|
|
|
|
|
--primary-75: #{$primary-75};
|
|
|
|
|
--primary-50: #{$primary-50};
|
|
|
|
|
--primary-25: #{$primary-25};
|
2019-09-12 16:06:40 +02:00
|
|
|
--info: #{$info};
|
|
|
|
|
--info-75: #{$info-75};
|
|
|
|
|
--info-50: #{$info-50};
|
|
|
|
|
--info-25: #{$info-25};
|
2019-09-12 14:47:48 +02:00
|
|
|
--success: #{$success};
|
|
|
|
|
--success-75: #{$success-75};
|
|
|
|
|
--success-50: #{$success-50};
|
|
|
|
|
--success-25: #{$success-25};
|
|
|
|
|
--warning: #{$warning};
|
|
|
|
|
--warning-75: #{$warning-75};
|
|
|
|
|
--warning-50: #{$warning-50};
|
|
|
|
|
--warning-25: #{$warning-25};
|
|
|
|
|
--danger: #{$danger};
|
|
|
|
|
--danger-75: #{$danger-75};
|
|
|
|
|
--danger-50: #{$danger-50};
|
|
|
|
|
--danger-25: #{$danger-25};
|
2019-09-12 16:06:40 +02:00
|
|
|
--light: #{$light};
|
|
|
|
|
--dark: #{$dark};
|
|
|
|
|
--dark-75: #{$dark-75};
|
|
|
|
|
--dark-50: #{$dark-50};
|
|
|
|
|
--dark-25: #{$dark-25};
|
|
|
|
|
--background: #{$background};
|
|
|
|
|
--border: #{$border};
|
|
|
|
|
--text: #{$text};
|
|
|
|
|
--link: #{$link};
|
|
|
|
|
--link-75: #{$link-75};
|
|
|
|
|
--link-50: #{$link-50};
|
|
|
|
|
--link-25: #{$link-25};
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
2019-09-23 08:53:22 +02:00
|
|
|
*/
|
2019-09-12 14:47:48 +02:00
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
// readability issues with original color
|
|
|
|
|
.has-text-warning {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: #ffb600 !important;
|
2019-09-14 00:35:27 +02:00
|
|
|
}
|
|
|
|
|
|
2019-10-08 16:42:08 +02:00
|
|
|
.has-text-blue-light {
|
|
|
|
|
color: $blue-light !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
// border and background colors
|
2019-09-12 14:47:48 +02:00
|
|
|
.has-background-dark-75 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $dark-75;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-dark-50 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $dark-50;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-dark-25 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $dark-25;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-info-75 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $info-75;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-info-50 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $info-50;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-info-25 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $info-25;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-link-75 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $link-75;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-link-50 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $link-50;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-link-25 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $link-25;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-primary-75 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $primary-75;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-primary-50 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $primary-50;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-primary-25 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $primary-25;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-success-75 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $success-75;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-success-50 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $success-50;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-success-25 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $success-25;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-warning-75 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $warning-75;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-warning-50 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $warning-50;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-warning-25 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $warning-25;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-danger-75 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $danger-75;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-danger-50 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $danger-50;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
.has-background-danger-25 {
|
2019-09-13 18:31:27 +02:00
|
|
|
background-color: $danger-25;
|
2019-09-12 14:47:48 +02:00
|
|
|
}
|
|
|
|
|
|
2019-09-19 15:52:24 +02:00
|
|
|
.has-background-warning-invert {
|
|
|
|
|
background-color: $warning-invert;
|
2019-09-19 11:26:05 +02:00
|
|
|
}
|
2019-10-08 16:42:08 +02:00
|
|
|
.has-background-blue-light {
|
|
|
|
|
background-color: $blue-light;
|
|
|
|
|
}
|
2019-09-19 11:26:05 +02:00
|
|
|
|
2019-09-17 13:08:17 +02:00
|
|
|
// tags
|
2019-09-16 16:49:25 +02:00
|
|
|
.tag:not(body) {
|
|
|
|
|
border: 1px solid transparent;
|
2019-09-18 00:58:19 +02:00
|
|
|
background-color: $white;
|
2019-09-16 16:49:25 +02:00
|
|
|
|
2019-09-16 19:17:59 +02:00
|
|
|
&.is-delete {
|
|
|
|
|
background-color: $light;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-outlined {
|
|
|
|
|
background-color: $white;
|
|
|
|
|
}
|
|
|
|
|
&.is-black.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $black;
|
|
|
|
|
border-color: $black;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-dark.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $dark;
|
|
|
|
|
border-color: $dark;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-light.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $light;
|
|
|
|
|
border-color: $light;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-white.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $white;
|
|
|
|
|
border-color: $white;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-primary.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $primary;
|
|
|
|
|
border-color: $primary;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-link.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $link;
|
|
|
|
|
border-color: $link;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-info.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $info;
|
|
|
|
|
border-color: $info;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-success.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $success;
|
|
|
|
|
border-color: $success;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-warning.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $warning;
|
|
|
|
|
border-color: $warning;
|
|
|
|
|
}
|
2019-09-19 15:52:24 +02:00
|
|
|
&.is-danger.is-outlined {
|
2019-09-16 16:49:25 +02:00
|
|
|
color: $danger;
|
|
|
|
|
border-color: $danger;
|
|
|
|
|
}
|
2019-09-14 00:49:21 +02:00
|
|
|
}
|
|
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
// buttons
|
|
|
|
|
.button {
|
|
|
|
|
padding-left: 1.5em;
|
|
|
|
|
padding-right: 1.5em;
|
|
|
|
|
height: 2.5rem;
|
2019-10-09 16:18:43 +02:00
|
|
|
font-weight: $weight-semibold;
|
2019-09-14 00:35:27 +02:00
|
|
|
|
2019-09-14 22:38:37 +02:00
|
|
|
&[disabled] {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-29 09:44:26 +01:00
|
|
|
&.is-primary,
|
|
|
|
|
&.is-info,
|
|
|
|
|
&.is-link,
|
|
|
|
|
&.is-success,
|
|
|
|
|
&.is-warning,
|
|
|
|
|
&.is-danger {
|
|
|
|
|
&.is-outlined {
|
|
|
|
|
background-color: $white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
&.is-primary:hover,
|
|
|
|
|
&.is-primary.is-hovered {
|
|
|
|
|
background-color: scale-color($primary, $lightness: -10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-primary:active,
|
|
|
|
|
&.is-primary.is-active {
|
|
|
|
|
background-color: scale-color($primary, $lightness: -20%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-primary[disabled] {
|
|
|
|
|
background-color: scale-color($primary, $lightness: 75%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-info:hover,
|
|
|
|
|
&.is-info.is-hovered {
|
|
|
|
|
background-color: scale-color($info, $lightness: -10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-info:active,
|
|
|
|
|
&.is-info.is-active {
|
|
|
|
|
background-color: scale-color($info, $lightness: -20%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-info[disabled] {
|
|
|
|
|
background-color: scale-color($info, $lightness: 75%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-link:hover,
|
|
|
|
|
&.is-link.is-hovered {
|
|
|
|
|
background-color: scale-color($link, $lightness: -10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-link:active,
|
|
|
|
|
&.is-link.is-active {
|
|
|
|
|
background-color: scale-color($link, $lightness: -20%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-link[disabled] {
|
|
|
|
|
background-color: scale-color($link, $lightness: 75%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-success:hover,
|
|
|
|
|
&.is-success.is-hovered {
|
|
|
|
|
background-color: scale-color($success, $lightness: -10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-success:active,
|
|
|
|
|
&.is-success.is-active {
|
|
|
|
|
background-color: scale-color($success, $lightness: -20%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-success[disabled] {
|
|
|
|
|
background-color: scale-color($success, $lightness: 75%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-warning:hover,
|
|
|
|
|
&.is-warning.is-hovered {
|
|
|
|
|
background-color: scale-color($warning, $lightness: -10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-warning:active,
|
|
|
|
|
&.is-warning.is-active {
|
|
|
|
|
background-color: scale-color($warning, $lightness: -20%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-warning[disabled] {
|
|
|
|
|
background-color: scale-color($warning, $lightness: 75%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-danger:hover,
|
|
|
|
|
&.is-danger.is-hovered {
|
|
|
|
|
background-color: scale-color($danger, $lightness: -10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-danger:active,
|
|
|
|
|
&.is-danger.is-active {
|
|
|
|
|
background-color: scale-color($danger, $lightness: -20%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.is-danger[disabled] {
|
|
|
|
|
background-color: scale-color($danger, $lightness: 75%);
|
|
|
|
|
}
|
2019-09-17 13:08:17 +02:00
|
|
|
|
2019-09-23 14:12:02 +02:00
|
|
|
&.is-reduced-mobile,
|
2019-09-17 13:33:09 +02:00
|
|
|
&.reduced-mobile {
|
|
|
|
|
@media screen and (max-width: 1087px) {
|
|
|
|
|
> span:nth-child(2) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-width: 1087px) and (min-width: 769px) {
|
|
|
|
|
// simultaneously with left margin of Bulma
|
|
|
|
|
> .icon:first-child:not(:last-child) {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
|
// simultaneously with left margin of Bulma
|
|
|
|
|
.icon:first-child:not(:last-child) {
|
|
|
|
|
margin-right: calc(-0.375em - 1px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-09-14 00:35:27 +02:00
|
|
|
}
|
|
|
|
|
|
2018-12-19 16:39:46 +01:00
|
|
|
.box-link-shadow {
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus {
|
|
|
|
|
box-shadow: $box-link-hover-shadow;
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
&:active {
|
|
|
|
|
box-shadow: $box-link-active-shadow;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-07 10:57:09 +02:00
|
|
|
@import "~@fortawesome/fontawesome-free/scss/fontawesome";
|
|
|
|
|
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
|
|
|
|
|
@import "~@fortawesome/fontawesome-free/scss/solid";
|
2018-12-19 16:39:46 +01:00
|
|
|
|
2019-10-07 10:57:09 +02:00
|
|
|
@import "~react-diff-view/index";
|
2018-12-19 16:39:46 +01:00
|
|
|
|
|
|
|
|
// NEW STYLES
|
|
|
|
|
|
|
|
|
|
//typography
|
|
|
|
|
.subtitle {
|
2018-12-20 11:30:28 +01:00
|
|
|
color: #666;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
.has-border-white {
|
2018-12-20 11:30:28 +01:00
|
|
|
border-color: #fff !important;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-05-02 14:02:18 +02:00
|
|
|
ul.is-separated {
|
2019-05-02 16:16:00 +02:00
|
|
|
> li:after {
|
2019-05-03 08:45:00 +02:00
|
|
|
content: ",\2800";
|
2019-05-02 16:16:00 +02:00
|
|
|
}
|
2019-05-03 08:34:06 +02:00
|
|
|
> li:last-child:after {
|
2019-05-02 16:16:00 +02:00
|
|
|
content: "";
|
2019-05-02 14:02:18 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
// columns
|
2018-12-19 16:39:46 +01:00
|
|
|
.columns.is-multiline {
|
2019-07-09 16:12:02 +02:00
|
|
|
.column {
|
|
|
|
|
height: 120px;
|
|
|
|
|
|
|
|
|
|
.overlay-column {
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: calc(120px - 1.5rem);
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-07-09 13:29:25 +02:00
|
|
|
|
2018-12-20 11:30:28 +01:00
|
|
|
.column.is-half {
|
|
|
|
|
width: calc(50% - 0.75rem);
|
2018-12-19 16:39:46 +01:00
|
|
|
|
2018-12-20 11:30:28 +01:00
|
|
|
&:nth-child(odd) {
|
|
|
|
|
margin-right: 1.5rem;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-01-24 13:31:42 +01:00
|
|
|
|
2019-07-09 13:29:25 +02:00
|
|
|
.overlay-column {
|
2019-01-24 13:31:42 +01:00
|
|
|
width: calc(50% - 3rem);
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-07-09 13:29:25 +02:00
|
|
|
|
2019-07-09 16:12:02 +02:00
|
|
|
.column.is-full .overlay-column {
|
|
|
|
|
width: calc(100% - 1.5rem);
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2019-07-09 16:12:02 +02:00
|
|
|
|
2018-12-20 11:30:28 +01:00
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
|
.column.is-half {
|
|
|
|
|
width: 100%;
|
2018-12-19 16:39:46 +01:00
|
|
|
|
2018-12-20 11:30:28 +01:00
|
|
|
&:nth-child(odd) {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
2019-01-24 13:31:42 +01:00
|
|
|
|
2019-07-09 16:12:02 +02:00
|
|
|
.overlay-column {
|
2019-01-24 13:31:42 +01:00
|
|
|
width: calc(100% - 1.5rem);
|
|
|
|
|
}
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2019-07-09 16:12:02 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.content.is-plugin-page {
|
|
|
|
|
.columns.is-multiline {
|
|
|
|
|
.column.is-half .overlay-column {
|
|
|
|
|
width: calc(37.5% - 1.5rem);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column.is-full .overlay-column {
|
|
|
|
|
width: calc(75% - 1.5rem);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
|
.column.is-half .overlay-column,
|
|
|
|
|
.column.is-full .overlay-column {
|
|
|
|
|
width: calc(100% - 1.5rem);
|
|
|
|
|
}
|
2019-07-04 17:31:15 +02:00
|
|
|
}
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
|
2018-12-20 16:27:41 +01:00
|
|
|
.text-box {
|
|
|
|
|
width: calc(50% - 0.75rem);
|
|
|
|
|
.shorten-text {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
2018-12-20 09:48:01 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-19 16:39:46 +01:00
|
|
|
// tables
|
|
|
|
|
.table {
|
2018-12-20 11:30:28 +01:00
|
|
|
width: 100%;
|
2019-05-02 16:16:00 +02:00
|
|
|
td,
|
|
|
|
|
th {
|
2018-12-20 11:30:28 +01:00
|
|
|
border-color: #eee;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// card tables
|
|
|
|
|
.card-table {
|
2018-12-20 11:30:28 +01:00
|
|
|
border-collapse: separate;
|
2019-06-12 15:24:32 +02:00
|
|
|
border-spacing: 0 5px;
|
2018-12-20 11:30:28 +01:00
|
|
|
|
|
|
|
|
tr {
|
|
|
|
|
a {
|
|
|
|
|
color: #363636;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-06-12 15:24:32 +02:00
|
|
|
&.border-is-green td:first-child {
|
|
|
|
|
border-left-color: $green;
|
|
|
|
|
}
|
|
|
|
|
&.border-is-yellow td:first-child {
|
|
|
|
|
border-left-color: $yellow;
|
|
|
|
|
}
|
2018-12-20 11:30:28 +01:00
|
|
|
&:hover {
|
|
|
|
|
td {
|
|
|
|
|
background-color: whitesmoke;
|
2019-06-12 15:24:32 +02:00
|
|
|
|
|
|
|
|
&.is-darker {
|
2018-12-20 11:30:28 +01:00
|
|
|
background-color: #e1e1e1;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
color: $blue;
|
|
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
|
|
|
|
td {
|
|
|
|
|
padding: 1em 1.25em;
|
2019-06-12 15:24:32 +02:00
|
|
|
background-color: #fafafa;
|
|
|
|
|
border-bottom: 1px solid whitesmoke;
|
|
|
|
|
|
2018-12-20 11:30:28 +01:00
|
|
|
&:first-child {
|
2019-06-12 15:24:32 +02:00
|
|
|
border-left: 3px solid $grey;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-06-12 15:24:32 +02:00
|
|
|
&.is-darker {
|
2018-12-20 11:30:28 +01:00
|
|
|
background-color: whitesmoke;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
|
|
|
|
&.is-hoverable tbody tr:not(.is-selected):hover {
|
|
|
|
|
background-color: whitesmoke;
|
|
|
|
|
}
|
|
|
|
|
thead th {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
|
2019-02-06 14:25:03 +01:00
|
|
|
// panels
|
2019-02-01 17:03:00 +01:00
|
|
|
.panel {
|
2019-04-17 15:18:34 +02:00
|
|
|
border: 1px solid #dbdbdb;
|
2019-05-02 16:16:00 +02:00
|
|
|
border-radius: 0.25rem;
|
2019-04-17 15:18:34 +02:00
|
|
|
|
|
|
|
|
.panel-heading {
|
|
|
|
|
border: none;
|
2019-09-23 14:12:02 +02:00
|
|
|
border-bottom: 1px solid $border;
|
2019-05-02 16:16:00 +02:00
|
|
|
border-radius: 0.25rem 0.25rem 0 0;
|
2019-04-17 15:18:34 +02:00
|
|
|
|
|
|
|
|
> .field {
|
|
|
|
|
margin-bottom: 0; // replace selector margin
|
|
|
|
|
}
|
2019-02-06 14:25:03 +01:00
|
|
|
}
|
2019-04-17 15:18:34 +02:00
|
|
|
|
2019-02-01 10:12:45 +01:00
|
|
|
.panel-block {
|
|
|
|
|
display: block;
|
2019-04-17 15:18:34 +02:00
|
|
|
border: none;
|
2019-02-01 10:12:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-footer {
|
|
|
|
|
background-color: whitesmoke;
|
|
|
|
|
color: #363636;
|
|
|
|
|
font-size: 1.25em;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
padding: 0.5em 0.75em;
|
2019-04-17 15:18:34 +02:00
|
|
|
border: none;
|
2019-09-23 14:12:02 +02:00
|
|
|
border-top: 1px solid $border;
|
2019-05-02 16:16:00 +02:00
|
|
|
border-radius: 0 0 0.25rem 0.25rem;
|
2019-01-29 17:12:18 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-19 16:39:46 +01:00
|
|
|
// forms
|
2019-02-06 15:36:00 +01:00
|
|
|
form .field:not(.is-grouped) {
|
2018-12-20 11:30:28 +01:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
.input,
|
|
|
|
|
.textarea {
|
|
|
|
|
/*background-color: whitesmoke;*/
|
2019-10-08 16:42:08 +02:00
|
|
|
border-color: $blue-light;
|
2018-12-20 11:30:28 +01:00
|
|
|
box-shadow: none;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
|
2019-04-17 18:17:21 +02:00
|
|
|
.select,
|
|
|
|
|
.select:hover {
|
|
|
|
|
&:not(.is-multiple):not(.is-loading) {
|
2019-04-18 17:19:55 +02:00
|
|
|
&.disabled::after {
|
2019-04-17 18:17:21 +02:00
|
|
|
border-color: #7a7a7a;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-02-20 16:22:07 +01:00
|
|
|
// label with help-icon compensation
|
|
|
|
|
.label-icon-spacing {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-06-27 17:56:26 +02:00
|
|
|
// sources breadcrumb
|
|
|
|
|
.sources-breadcrumb {
|
|
|
|
|
margin: 1rem 1.25rem !important;
|
|
|
|
|
|
|
|
|
|
li:last-child:after {
|
|
|
|
|
color: #b5b5b5;
|
|
|
|
|
content: "\0002f";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-19 16:39:46 +01:00
|
|
|
// pagination
|
2018-12-20 11:30:28 +01:00
|
|
|
.pagination-next,
|
|
|
|
|
.pagination-link,
|
|
|
|
|
.pagination-ellipsis {
|
|
|
|
|
padding-left: 1.5em;
|
|
|
|
|
padding-right: 1.5em;
|
2019-09-14 00:35:27 +02:00
|
|
|
height: 2.8rem;
|
|
|
|
|
min-width: 5rem;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2018-12-20 11:30:28 +01:00
|
|
|
.pagination-previous,
|
|
|
|
|
.pagination-next {
|
2019-09-14 00:35:27 +02:00
|
|
|
height: 2.8rem;
|
2018-12-20 11:30:28 +01:00
|
|
|
min-width: 6.75em;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-10-29 09:44:26 +01:00
|
|
|
.pagination-previous[disabled],
|
|
|
|
|
.pagination-next[disabled] {
|
|
|
|
|
background-color: #ededed;
|
|
|
|
|
color: #bcbcbc;
|
|
|
|
|
}
|
2019-09-14 00:35:27 +02:00
|
|
|
.pagination-link.is-current {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
// hero
|
2018-12-19 16:39:46 +01:00
|
|
|
.hero.is-dark {
|
2018-12-20 11:30:28 +01:00
|
|
|
background-color: #002e4b;
|
2019-10-07 10:57:09 +02:00
|
|
|
background-image: url(images/scmManagerHero.jpg);
|
2018-12-20 11:30:28 +01:00
|
|
|
background-size: cover;
|
|
|
|
|
background-position: top center;
|
|
|
|
|
|
|
|
|
|
.tabs.is-boxed li.is-active a,
|
|
|
|
|
.tabs.is-boxed li.is-active a:hover,
|
|
|
|
|
.tabs.is-toggle li.is-active a,
|
|
|
|
|
.tabs.is-toggle li.is-active a:hover {
|
2018-12-19 16:39:46 +01:00
|
|
|
background-color: #28b1e8;
|
|
|
|
|
border-color: #28b1e8;
|
|
|
|
|
color: #fff;
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
|
2018-12-20 11:30:28 +01:00
|
|
|
// footer
|
2018-12-19 16:39:46 +01:00
|
|
|
.footer {
|
2018-12-20 11:30:28 +01:00
|
|
|
background-color: whitesmoke;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
// aside
|
2018-12-19 16:39:46 +01:00
|
|
|
.aside-background {
|
2018-12-20 11:30:28 +01:00
|
|
|
bottom: 0;
|
|
|
|
|
left: 50%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
background-color: whitesmoke;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-09-14 00:35:27 +02:00
|
|
|
|
|
|
|
|
// menu
|
2018-12-19 16:39:46 +01:00
|
|
|
.menu {
|
2018-12-20 11:30:28 +01:00
|
|
|
div {
|
2018-12-19 16:39:46 +01:00
|
|
|
height: 100%;
|
|
|
|
|
/*border: 1px solid #eee;*/
|
|
|
|
|
margin-bottom: 1rem;
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
.menu-label {
|
2018-12-20 11:30:28 +01:00
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
background-color: #bbb;
|
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
|
|
|
|
&:last-child,
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
.menu div:first-child .menu-label {
|
2018-12-20 11:30:28 +01:00
|
|
|
background-color: $blue;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
|
|
|
|
.menu-list {
|
2018-12-20 11:30:28 +01:00
|
|
|
a {
|
2018-12-19 16:39:46 +01:00
|
|
|
color: #333;
|
|
|
|
|
padding: 1rem;
|
2018-12-20 11:30:28 +01:00
|
|
|
|
|
|
|
|
&.is-active {
|
|
|
|
|
color: $blue;
|
|
|
|
|
background-color: #fff;
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2019-01-29 08:58:45 +01:00
|
|
|
|
|
|
|
|
> li {
|
2019-01-18 13:42:48 +01:00
|
|
|
ul {
|
|
|
|
|
margin: 0;
|
|
|
|
|
border-top: 1px solid #eee;
|
2018-12-20 11:30:28 +01:00
|
|
|
|
2019-01-18 13:42:48 +01:00
|
|
|
li {
|
|
|
|
|
border-right: none;
|
|
|
|
|
}
|
|
|
|
|
li:last-child {
|
|
|
|
|
border-bottom: none;
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-01-18 13:42:48 +01:00
|
|
|
|
2019-01-29 08:58:45 +01:00
|
|
|
> a.is-active:before {
|
|
|
|
|
position: relative;
|
|
|
|
|
content: " ";
|
|
|
|
|
background: $blue;
|
|
|
|
|
height: 53px;
|
|
|
|
|
width: 2px;
|
|
|
|
|
display: block;
|
|
|
|
|
left: -17px;
|
|
|
|
|
float: left;
|
|
|
|
|
top: -16px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-18 14:32:35 +01:00
|
|
|
border-radius: 0;
|
2019-01-18 13:42:48 +01:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
border-left: 1px solid #eee;
|
|
|
|
|
border-right: 1px solid #eee;
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2019-01-18 15:52:34 +01:00
|
|
|
> li:first-child {
|
2018-12-19 16:39:46 +01:00
|
|
|
border-top: none;
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2019-01-18 13:42:48 +01:00
|
|
|
li:last-child {
|
2018-12-19 16:39:46 +01:00
|
|
|
border-bottom: 1px solid #eee;
|
2018-12-20 11:30:28 +01:00
|
|
|
}
|
2019-01-18 17:28:38 +01:00
|
|
|
div {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2018-12-19 16:39:46 +01:00
|
|
|
}
|
2019-02-07 13:53:15 +01:00
|
|
|
|
2019-01-29 08:58:45 +01:00
|
|
|
.sub-menu li {
|
|
|
|
|
line-height: 1;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
padding: 0.75rem 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:before {
|
|
|
|
|
font-family: "Font Awesome 5 Free";
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-variant: normal;
|
|
|
|
|
text-rendering: auto;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
content: "\f105";
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-07-24 08:56:12 +02:00
|
|
|
|
2019-09-14 00:35:27 +02:00
|
|
|
// modal
|
|
|
|
|
.modal {
|
|
|
|
|
.modal-card-foot {
|
|
|
|
|
justify-content: flex-end; // pulled-right
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-card-body div div:last-child {
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-19 09:23:38 +02:00
|
|
|
// cursor
|
|
|
|
|
.has-cursor-pointer {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2019-07-24 08:56:12 +02:00
|
|
|
|
2019-10-09 16:18:43 +02:00
|
|
|
// until update to bulma version 0.7.5
|
|
|
|
|
.has-text-weight-medium {
|
|
|
|
|
font-weight: 500 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-07-24 08:56:12 +02:00
|
|
|
@import "bulma-popover/css/bulma-popover";
|