|
@@ -252,6 +252,7 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
|
|
+@import "normalize.css/normalize.css";
|
|
@import "tippy.js/dist/tippy.css";
|
|
@import "tippy.js/dist/tippy.css";
|
|
@import "tippy.js/animations/scale.css";
|
|
@import "tippy.js/animations/scale.css";
|
|
|
|
|
|
@@ -344,6 +345,150 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/* nunito-200 - latin */
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: "Nunito";
|
|
|
|
+ font-style: normal;
|
|
|
|
+ font-weight: 200;
|
|
|
|
+ src: url("/fonts/nunito-v16-latin-200.eot"); /* IE9 Compat Modes */
|
|
|
|
+ src: local(""),
|
|
|
|
+ url("/fonts/nunito-v16-latin-200.eot?#iefix")
|
|
|
|
+ format("embedded-opentype"),
|
|
|
|
+ /* IE6-IE8 */ url("/fonts/nunito-v16-latin-200.woff2") format("woff2"),
|
|
|
|
+ /* Super Modern Browsers */ url("/fonts/nunito-v16-latin-200.woff")
|
|
|
|
+ format("woff"),
|
|
|
|
+ /* Modern Browsers */ url("/fonts/nunito-v16-latin-200.ttf")
|
|
|
|
+ format("truetype"),
|
|
|
|
+ /* Safari, Android, iOS */ url("/fonts/nunito-v16-latin-200.svg#Nunito")
|
|
|
|
+ format("svg"); /* Legacy iOS */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* nunito-regular - latin */
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: "Nunito";
|
|
|
|
+ font-style: normal;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ src: url("/fonts/nunito-v16-latin-regular.eot"); /* IE9 Compat Modes */
|
|
|
|
+ src: local(""),
|
|
|
|
+ url("/fonts/nunito-v16-latin-regular.eot?#iefix")
|
|
|
|
+ format("embedded-opentype"),
|
|
|
|
+ /* IE6-IE8 */ url("/fonts/nunito-v16-latin-regular.woff2")
|
|
|
|
+ format("woff2"),
|
|
|
|
+ /* Super Modern Browsers */ url("/fonts/nunito-v16-latin-regular.woff")
|
|
|
|
+ format("woff"),
|
|
|
|
+ /* Modern Browsers */ url("/fonts/nunito-v16-latin-regular.ttf")
|
|
|
|
+ format("truetype"),
|
|
|
|
+ /* Safari, Android, iOS */
|
|
|
|
+ url("/fonts/nunito-v16-latin-regular.svg#Nunito") format("svg"); /* Legacy iOS */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* nunito-600 - latin */
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: "Nunito";
|
|
|
|
+ font-style: normal;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ src: url("/fonts/nunito-v16-latin-600.eot"); /* IE9 Compat Modes */
|
|
|
|
+ src: local(""),
|
|
|
|
+ url("/fonts/nunito-v16-latin-600.eot?#iefix")
|
|
|
|
+ format("embedded-opentype"),
|
|
|
|
+ /* IE6-IE8 */ url("/fonts/nunito-v16-latin-600.woff2") format("woff2"),
|
|
|
|
+ /* Super Modern Browsers */ url("/fonts/nunito-v16-latin-600.woff")
|
|
|
|
+ format("woff"),
|
|
|
|
+ /* Modern Browsers */ url("/fonts/nunito-v16-latin-600.ttf")
|
|
|
|
+ format("truetype"),
|
|
|
|
+ /* Safari, Android, iOS */ url("/fonts/nunito-v16-latin-600.svg#Nunito")
|
|
|
|
+ format("svg"); /* Legacy iOS */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* nunito-700 - latin */
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: "Nunito";
|
|
|
|
+ font-style: normal;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ src: url("/fonts/nunito-v16-latin-700.eot"); /* IE9 Compat Modes */
|
|
|
|
+ src: local(""),
|
|
|
|
+ url("/fonts/nunito-v16-latin-700.eot?#iefix")
|
|
|
|
+ format("embedded-opentype"),
|
|
|
|
+ /* IE6-IE8 */ url("/fonts/nunito-v16-latin-700.woff2") format("woff2"),
|
|
|
|
+ /* Super Modern Browsers */ url("/fonts/nunito-v16-latin-700.woff")
|
|
|
|
+ format("woff"),
|
|
|
|
+ /* Modern Browsers */ url("/fonts/nunito-v16-latin-700.ttf")
|
|
|
|
+ format("truetype"),
|
|
|
|
+ /* Safari, Android, iOS */ url("/fonts/nunito-v16-latin-700.svg#Nunito")
|
|
|
|
+ format("svg"); /* Legacy iOS */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* nunito-800 - latin */
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: "Nunito";
|
|
|
|
+ font-style: normal;
|
|
|
|
+ font-weight: 800;
|
|
|
|
+ src: url("/fonts/nunito-v16-latin-800.eot"); /* IE9 Compat Modes */
|
|
|
|
+ src: local(""),
|
|
|
|
+ url("/fonts/nunito-v16-latin-800.eot?#iefix")
|
|
|
|
+ format("embedded-opentype"),
|
|
|
|
+ /* IE6-IE8 */ url("/fonts/nunito-v16-latin-800.woff2") format("woff2"),
|
|
|
|
+ /* Super Modern Browsers */ url("/fonts/nunito-v16-latin-800.woff")
|
|
|
|
+ format("woff"),
|
|
|
|
+ /* Modern Browsers */ url("/fonts/nunito-v16-latin-800.ttf")
|
|
|
|
+ format("truetype"),
|
|
|
|
+ /* Safari, Android, iOS */ url("/fonts/nunito-v16-latin-800.svg#Nunito")
|
|
|
|
+ format("svg"); /* Legacy iOS */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* pacifico-regular - latin */
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: "Pacifico";
|
|
|
|
+ font-style: normal;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ src: url("/fonts/pacifico-v17-latin-regular.eot"); /* IE9 Compat Modes */
|
|
|
|
+ src: local(""),
|
|
|
|
+ url("/fonts/pacifico-v17-latin-regular.eot?#iefix")
|
|
|
|
+ format("embedded-opentype"),
|
|
|
|
+ /* IE6-IE8 */ url("/fonts/pacifico-v17-latin-regular.woff2")
|
|
|
|
+ format("woff2"),
|
|
|
|
+ /* Super Modern Browsers */
|
|
|
|
+ url("/fonts/pacifico-v17-latin-regular.woff") format("woff"),
|
|
|
|
+ /* Modern Browsers */ url("/fonts/pacifico-v17-latin-regular.ttf")
|
|
|
|
+ format("truetype"),
|
|
|
|
+ /* Safari, Android, iOS */
|
|
|
|
+ url("/fonts/pacifico-v17-latin-regular.svg#Pacifico") format("svg"); /* Legacy iOS */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@font-face {
|
|
|
|
+ font-family: "Material Icons";
|
|
|
|
+ font-style: normal;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ src: url(/fonts/MaterialIcons-Regular.ttf); /* For IE6-8 */
|
|
|
|
+ src: local("Material Icons"), local("MaterialIcons-Regular"),
|
|
|
|
+ url(/fonts/MaterialIcons-Regular.ttf) format("truetype");
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.material-icons {
|
|
|
|
+ font-family: "Material Icons";
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ font-style: normal;
|
|
|
|
+ font-size: 24px; /* Preferred icon size */
|
|
|
|
+ display: inline-block;
|
|
|
|
+ line-height: 1;
|
|
|
|
+ text-transform: none;
|
|
|
|
+ letter-spacing: normal;
|
|
|
|
+ word-wrap: normal;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ direction: ltr;
|
|
|
|
+
|
|
|
|
+ /* Support for all WebKit browsers. */
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
|
+ /* Support for Safari and Chrome. */
|
|
|
|
+ text-rendering: optimizeLegibility;
|
|
|
|
+
|
|
|
|
+ /* Support for Firefox. */
|
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
|
+
|
|
|
|
+ /* Support for IE. */
|
|
|
|
+ font-feature-settings: "liga";
|
|
|
|
+}
|
|
|
|
+
|
|
code {
|
|
code {
|
|
background-color: var(--light-grey) !important;
|
|
background-color: var(--light-grey) !important;
|
|
color: var(--red) !important;
|
|
color: var(--red) !important;
|
|
@@ -358,21 +503,57 @@ body.night-mode {
|
|
|
|
|
|
.toast {
|
|
.toast {
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
|
+ z-index: 10000 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
html {
|
|
html {
|
|
overflow: auto !important;
|
|
overflow: auto !important;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ background-color: inherit;
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
|
|
|
|
body {
|
|
body {
|
|
background-color: var(--light-grey);
|
|
background-color: var(--light-grey);
|
|
color: var(--dark-grey);
|
|
color: var(--dark-grey);
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ line-height: 1.428;
|
|
|
|
+ font-size: 1rem;
|
|
font-family: Nunito, Arial, sans-serif;
|
|
font-family: Nunito, Arial, sans-serif;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.app {
|
|
|
|
+ min-height: 100vh;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#root {
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.content-wrapper {
|
|
|
|
+ /* padding: 60px 0 calc(230px + 60px) 0; */
|
|
|
|
+ padding-top: 60px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.column {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex: 1 1 0;
|
|
|
|
+ padding: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+ul {
|
|
|
|
+ list-style: none;
|
|
|
|
+ margin: 0;
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+ol,
|
|
|
|
+ul {
|
|
|
|
+ margin-left: 2em;
|
|
|
|
+}
|
|
|
|
+
|
|
h1,
|
|
h1,
|
|
h2,
|
|
h2,
|
|
h3,
|
|
h3,
|
|
@@ -381,11 +562,88 @@ h5,
|
|
h6,
|
|
h6,
|
|
.sidebar-title {
|
|
.sidebar-title {
|
|
font-family: Nunito, Arial, sans-serif;
|
|
font-family: Nunito, Arial, sans-serif;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ line-height: 1.1;
|
|
|
|
+
|
|
|
|
+ a {
|
|
|
|
+ font-weight: inherit;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
-.modal-card-title {
|
|
|
|
- font-weight: 600;
|
|
|
|
- font-family: Nunito, Arial, sans-serif;
|
|
|
|
|
|
+h1 {
|
|
|
|
+ font-size: 4.2rem;
|
|
|
|
+ line-height: 110%;
|
|
|
|
+ margin: 2.1rem 0 1.68rem 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+h2 {
|
|
|
|
+ font-size: 3.56rem;
|
|
|
|
+ line-height: 110%;
|
|
|
|
+ margin: 1.78rem 0 1.424rem 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+h3 {
|
|
|
|
+ font-size: 2.92rem;
|
|
|
|
+ line-height: 110%;
|
|
|
|
+ margin: 1.46rem 0 1.168rem 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+h4 {
|
|
|
|
+ font-size: 2.28rem;
|
|
|
|
+ line-height: 110%;
|
|
|
|
+ margin: 1.14rem 0 0.912rem 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+h5 {
|
|
|
|
+ font-size: 1.64rem;
|
|
|
|
+ line-height: 110%;
|
|
|
|
+ margin: 0.82rem 0 0.656rem 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+h6 {
|
|
|
|
+ font-size: 1rem;
|
|
|
|
+ line-height: 110%;
|
|
|
|
+ margin: 0.5rem 0 0.4rem 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.thin {
|
|
|
|
+ font-weight: 200;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.left {
|
|
|
|
+ float: left !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.right {
|
|
|
|
+ float: right !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.white {
|
|
|
|
+ background-color: var(--white) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.btn-search {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+a.nav-item.is-tab {
|
|
|
|
+ border-bottom: 1px solid transparent;
|
|
|
|
+ border-top: 1px solid transparent;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.button.is-info {
|
|
|
|
+ border-width: 0;
|
|
|
|
+ color: var(--white);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+strong {
|
|
|
|
+ color: inherit;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+hr {
|
|
|
|
+ background-color: var(--light-grey-2);
|
|
|
|
+ border: none;
|
|
|
|
+ height: 1px;
|
|
}
|
|
}
|
|
|
|
|
|
p,
|
|
p,
|
|
@@ -396,6 +654,21 @@ textarea {
|
|
font-family: Nunito, Arial, sans-serif;
|
|
font-family: Nunito, Arial, sans-serif;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+input,
|
|
|
|
+select,
|
|
|
|
+textarea {
|
|
|
|
+ outline: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.label {
|
|
|
|
+ display: flex;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+
|
|
|
|
+ &:not(:last-child) {
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#page-title {
|
|
#page-title {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
font-size: 35px;
|
|
font-size: 35px;
|
|
@@ -410,6 +683,20 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (min-width: 980px) {
|
|
|
|
+ .container {
|
|
|
|
+ max-width: 960px;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (min-width: 1180px) {
|
|
|
|
+ .container {
|
|
|
|
+ max-width: 1200px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.upper-container {
|
|
.upper-container {
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
@@ -420,23 +707,51 @@ textarea {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
+ &.main-container-modal-active {
|
|
|
|
+ height: 100% !important;
|
|
|
|
+ overflow: hidden !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
> .container {
|
|
> .container {
|
|
|
|
+ position: relative;
|
|
flex: 1 0 auto;
|
|
flex: 1 0 auto;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ max-width: 1200px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.main-container.main-container-modal-active {
|
|
|
|
- height: 100% !important;
|
|
|
|
- overflow: hidden !important;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
a {
|
|
a {
|
|
color: var(--primary-color);
|
|
color: var(--primary-color);
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
-.modal-card {
|
|
|
|
- margin: 0 !important;
|
|
|
|
|
|
+table {
|
|
|
|
+ border-collapse: collapse;
|
|
|
|
+ width: 100%;
|
|
|
|
+
|
|
|
|
+ thead {
|
|
|
|
+ td {
|
|
|
|
+ border-width: 0 0 2px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ td {
|
|
|
|
+ border: 1px solid var(--light-grey-2);
|
|
|
|
+ border-width: 0 0 1px;
|
|
|
|
+ padding: 8px 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ tbody {
|
|
|
|
+ tr:last-child {
|
|
|
|
+ td {
|
|
|
|
+ border-bottom-width: 0;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+img {
|
|
|
|
+ max-width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.absolute-a {
|
|
.absolute-a {
|
|
@@ -752,7 +1067,7 @@ a {
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- background-color: #ccc;
|
|
|
|
|
|
+ background-color: var(--light-grey-3);
|
|
transition: 0.2s;
|
|
transition: 0.2s;
|
|
border-radius: 34px;
|
|
border-radius: 34px;
|
|
}
|
|
}
|
|
@@ -764,7 +1079,7 @@ a {
|
|
width: 16px;
|
|
width: 16px;
|
|
left: 4px;
|
|
left: 4px;
|
|
bottom: 4px;
|
|
bottom: 4px;
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: var(--white);
|
|
transition: 0.2s;
|
|
transition: 0.2s;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
@@ -808,15 +1123,41 @@ a {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-text-centered {
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
.select {
|
|
.select {
|
|
|
|
+ position: relative;
|
|
|
|
+
|
|
&:after {
|
|
&:after {
|
|
- border-color: var(--primary-color);
|
|
|
|
- border-width: 1.5px;
|
|
|
|
- margin-top: -3px;
|
|
|
|
|
|
+ content: " ";
|
|
|
|
+ border: 1.5px solid var(--primary-color);
|
|
|
|
+ border-right: 0;
|
|
|
|
+ border-top: 0;
|
|
|
|
+ height: 7px;
|
|
|
|
+ pointer-events: none;
|
|
|
|
+ position: absolute;
|
|
|
|
+ transform: rotate(-45deg);
|
|
|
|
+ width: 7px;
|
|
|
|
+ margin-top: -6px;
|
|
|
|
+ right: 16px;
|
|
|
|
+ top: 50%;
|
|
}
|
|
}
|
|
|
|
|
|
select {
|
|
select {
|
|
height: 36px;
|
|
height: 36px;
|
|
|
|
+ background-color: var(--white);
|
|
|
|
+ border: 1px solid var(--light-grey-2);
|
|
|
|
+ color: var(--dark-grey-2);
|
|
|
|
+ appearance: none;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ padding-left: 8px;
|
|
|
|
+ position: relative;
|
|
|
|
+ padding-right: 36px;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -843,6 +1184,20 @@ button.delete:focus {
|
|
}
|
|
}
|
|
|
|
|
|
.button {
|
|
.button {
|
|
|
|
+ border: 1px solid var(--light-grey-2);
|
|
|
|
+ background-color: var(--white);
|
|
|
|
+ color: var(--dark-grey-2);
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ align-items: center;
|
|
|
|
+ display: inline-flex;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ padding-left: 10px;
|
|
|
|
+ padding-right: 10px;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ user-select: none;
|
|
|
|
+
|
|
&:hover,
|
|
&:hover,
|
|
&:focus {
|
|
&:focus {
|
|
filter: brightness(95%);
|
|
filter: brightness(95%);
|
|
@@ -850,30 +1205,70 @@ button.delete:focus {
|
|
|
|
|
|
&.is-success {
|
|
&.is-success {
|
|
background-color: var(--green) !important;
|
|
background-color: var(--green) !important;
|
|
|
|
+ border-width: 0;
|
|
|
|
+ color: var(--white);
|
|
}
|
|
}
|
|
|
|
|
|
&.is-primary {
|
|
&.is-primary {
|
|
background-color: var(--primary-color) !important;
|
|
background-color: var(--primary-color) !important;
|
|
|
|
+ border-width: 0;
|
|
|
|
+ color: var(--white);
|
|
}
|
|
}
|
|
|
|
|
|
&.is-danger {
|
|
&.is-danger {
|
|
background-color: var(--red) !important;
|
|
background-color: var(--red) !important;
|
|
|
|
+ border-width: 0;
|
|
|
|
+ color: var(--white);
|
|
}
|
|
}
|
|
|
|
|
|
&.is-info {
|
|
&.is-info {
|
|
background-color: var(--primary-color) !important;
|
|
background-color: var(--primary-color) !important;
|
|
|
|
+ border-width: 0;
|
|
|
|
+ color: var(--white);
|
|
}
|
|
}
|
|
|
|
|
|
&.is-warning {
|
|
&.is-warning {
|
|
background-color: var(--yellow) !important;
|
|
background-color: var(--yellow) !important;
|
|
|
|
+ border-width: 0;
|
|
|
|
+ color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.input,
|
|
|
|
+.textarea {
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding-left: 8px;
|
|
|
|
+ padding-right: 8px;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
|
|
|
|
+ border: 1px solid var(--light-grey-2);
|
|
|
|
+}
|
|
|
|
+
|
|
.input,
|
|
.input,
|
|
.button {
|
|
.button {
|
|
height: 36px;
|
|
height: 36px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.textarea {
|
|
|
|
+ display: block;
|
|
|
|
+ line-height: 1.2;
|
|
|
|
+ padding: 10px;
|
|
|
|
+ max-height: 600px;
|
|
|
|
+ min-height: 120px;
|
|
|
|
+ min-width: 100%;
|
|
|
|
+ resize: vertical;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.icon {
|
|
|
|
+ height: 24px;
|
|
|
|
+ width: 24px;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ margin-left: 4px;
|
|
|
|
+ margin-right: -2px;
|
|
|
|
+}
|
|
|
|
+
|
|
.fadein-helpbox-enter-active {
|
|
.fadein-helpbox-enter-active {
|
|
transition-duration: 0.3s;
|
|
transition-duration: 0.3s;
|
|
transition-timing-function: ease-in;
|
|
transition-timing-function: ease-in;
|
|
@@ -898,6 +1293,18 @@ button.delete:focus {
|
|
|
|
|
|
.control {
|
|
.control {
|
|
margin-bottom: 5px !important;
|
|
margin-bottom: 5px !important;
|
|
|
|
+
|
|
|
|
+ &.is-grouped {
|
|
|
|
+ display: flex;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &.is-expanded {
|
|
|
|
+ flex: 1;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &.has-addons {
|
|
|
|
+ display: flex;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.input-with-button {
|
|
.input-with-button {
|
|
@@ -1295,8 +1702,8 @@ h4.section-title {
|
|
|
|
|
|
blockquote {
|
|
blockquote {
|
|
padding: 0px 15px;
|
|
padding: 0px 15px;
|
|
- color: #6a737d;
|
|
|
|
- border-left: 0.25em solid #dfe2e5;
|
|
|
|
|
|
+ color: var(--grey-2);
|
|
|
|
+ border-left: 0.25em solid var(--light-grey-2);
|
|
}
|
|
}
|
|
|
|
|
|
code {
|
|
code {
|
|
@@ -1333,7 +1740,7 @@ h4.section-title {
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- background-color: #ccc;
|
|
|
|
|
|
+ background-color: var(--light-grey-3);
|
|
transition: 0.2s;
|
|
transition: 0.2s;
|
|
border-radius: 34px;
|
|
border-radius: 34px;
|
|
}
|
|
}
|
|
@@ -1345,7 +1752,7 @@ h4.section-title {
|
|
width: 16px;
|
|
width: 16px;
|
|
left: 4px;
|
|
left: 4px;
|
|
bottom: 4px;
|
|
bottom: 4px;
|
|
- background-color: white;
|
|
|
|
|
|
+ background-color: var(--white);
|
|
transition: 0.2s;
|
|
transition: 0.2s;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|