|
|
@@ -1,119 +1,119 @@
|
|
|
-
|
|
|
*,
|
|
|
::before,
|
|
|
::after {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
-:root{
|
|
|
- --color-primary-100:hsl(10, 59%, 25%);
|
|
|
- --color-primary-200:hsl(10, 59%, 45%);
|
|
|
- --color-primary-400:hsl(37, 100%, 45%);
|
|
|
- --color-primary-600:hsl(37, 100%, 65%);
|
|
|
- --color-primary-800:hsl(37, 100%, 85%);
|
|
|
+:root {
|
|
|
+ --color-primary-100: hsl(10, 59%, 25%);
|
|
|
+ --color-primary-200: hsl(10, 59%, 45%);
|
|
|
+ --color-primary-400: hsl(37, 100%, 45%);
|
|
|
+ --color-primary-600: hsl(37, 100%, 65%);
|
|
|
+ --color-primary-800: hsl(37, 100%, 85%);
|
|
|
|
|
|
- --color-accent-100:hsl(179, 52%, 15%);
|
|
|
- --color-accent-200:hsl(179, 52%, 25%);
|
|
|
- --color-accent-400:hsl(172, 58%, 40%);
|
|
|
- --color-accent-500:hsl(172, 58%, 53%);
|
|
|
- --color-accent-600:hsl(172, 58%, 66%);
|
|
|
- --color-accent-700:hsl(172, 60%, 70%);
|
|
|
- --color-accent-800:hsl(172, 60%, 80%);
|
|
|
- --color-accent-850:hsl(172, 70%, 90%);
|
|
|
- --color-accent-900:hsl(172, 85%, 95%);
|
|
|
- --color-accent-950:hsl(172, 96%, 98%);
|
|
|
+ --color-accent-100: hsl(179, 52%, 15%);
|
|
|
+ --color-accent-200: hsl(179, 52%, 25%);
|
|
|
+ --color-accent-400: hsl(172, 58%, 40%);
|
|
|
+ --color-accent-500: hsl(172, 58%, 53%);
|
|
|
+ --color-accent-600: hsl(172, 58%, 66%);
|
|
|
+ --color-accent-700: hsl(172, 60%, 70%);
|
|
|
+ --color-accent-800: hsl(172, 60%, 80%);
|
|
|
+ --color-accent-850: hsl(172, 70%, 90%);
|
|
|
+ --color-accent-900: hsl(172, 85%, 95%);
|
|
|
+ --color-accent-950: hsl(172, 96%, 98%);
|
|
|
|
|
|
- --color-neutral-100:hsl(37, 5%, 15%);
|
|
|
- --color-neutral-200:hsl(37, 5%, 25%);
|
|
|
- --color-neutral-300:hsl(37, 5%, 35%);
|
|
|
- --color-neutral-400:hsl(37, 5%, 45%);
|
|
|
- --color-neutral-600:hsl(37, 5%, 60%);
|
|
|
- --color-neutral-800:hsl(37, 5%, 80%);
|
|
|
+ --color-neutral-100: hsl(37, 5%, 15%);
|
|
|
+ --color-neutral-200: hsl(37, 5%, 25%);
|
|
|
+ --color-neutral-300: hsl(37, 5%, 35%);
|
|
|
+ --color-neutral-400: hsl(37, 5%, 45%);
|
|
|
+ --color-neutral-600: hsl(37, 5%, 60%);
|
|
|
+ --color-neutral-800: hsl(37, 5%, 80%);
|
|
|
}
|
|
|
|
|
|
-body{
|
|
|
- color: #282e3a;
|
|
|
- margin: 0;
|
|
|
- font-size: 1rem;
|
|
|
- font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
|
- background-color: #ffffff;
|
|
|
+body {
|
|
|
+ color: #282e3a;
|
|
|
+ margin: 0;
|
|
|
+ font-size: 1rem;
|
|
|
+ font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
|
+ background-color: #ffffff;
|
|
|
}
|
|
|
.header {
|
|
|
- --bg-color:var(--color-neutral-100);
|
|
|
- --color:var(--color-accent-600);
|
|
|
- top: 0;
|
|
|
- left: auto;
|
|
|
- right: 0;
|
|
|
- width: 100%;
|
|
|
- display: -webkit-box;
|
|
|
- display: flex;
|
|
|
- padding: 0;
|
|
|
- padding-right: 0px;
|
|
|
- z-index: 1200;
|
|
|
- position: -webkit-sticky;
|
|
|
- position: sticky;
|
|
|
- background-color: var(--bg-color);
|
|
|
- color: var(--color);;
|
|
|
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
|
- box-sizing: border-box;
|
|
|
- min-height: 3.5rem;
|
|
|
- overflow-x: hidden;
|
|
|
- -webkit-box-align: center;
|
|
|
- align-items: center;
|
|
|
- flex-shrink: 0;
|
|
|
- font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
|
- padding-right: 1rem;
|
|
|
- }
|
|
|
- .header > :not(:first-child) {
|
|
|
- margin-right: 0.5rem;
|
|
|
-}
|
|
|
- .logo {
|
|
|
- width: 32px;
|
|
|
- height: 32px;
|
|
|
- margin: 0 1rem 0 1rem;
|
|
|
- flex-shrink: 0;
|
|
|
- background: url(../bdlg.min.svg);
|
|
|
- background-size: contain;
|
|
|
- background-repeat: no-repeat;
|
|
|
- }
|
|
|
- .appname {
|
|
|
- -webkit-box-flex: 1;
|
|
|
- flex: 1;
|
|
|
- color: inherit;
|
|
|
- font-size: 1rem;
|
|
|
- text-align: left;
|
|
|
- border-left: 1px solid var(--color);;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 1.5rem;
|
|
|
- white-space: nowrap;
|
|
|
- padding-left: 1rem;
|
|
|
- padding-right: 1rem;
|
|
|
- }
|
|
|
-
|
|
|
- @font-face {
|
|
|
- font-family: 'Material Icons';
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
- src: url(https://fonts.gstatic.com/s/materialicons/v85/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
|
|
|
- }
|
|
|
-
|
|
|
- .material-icons {
|
|
|
- font-family: 'Material Icons';
|
|
|
- font-weight: normal;
|
|
|
- font-style: normal;
|
|
|
- font-size: 24px;
|
|
|
- line-height: 1;
|
|
|
- letter-spacing: normal;
|
|
|
- text-transform: none;
|
|
|
- display: inline-block;
|
|
|
- white-space: nowrap;
|
|
|
- word-wrap: normal;
|
|
|
- direction: ltr;
|
|
|
- font-feature-settings: 'liga';
|
|
|
- -moz-font-feature-settings: 'liga';
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
- }
|
|
|
+ --bg-color: var(--color-neutral-100);
|
|
|
+ --color: var(--color-accent-600);
|
|
|
+ top: 0;
|
|
|
+ left: auto;
|
|
|
+ right: 0;
|
|
|
+ width: 100%;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: flex;
|
|
|
+ padding: 0;
|
|
|
+ padding-right: 0px;
|
|
|
+ z-index: 1200;
|
|
|
+ position: -webkit-sticky;
|
|
|
+ position: sticky;
|
|
|
+ background-color: var(--bg-color);
|
|
|
+ color: var(--color);
|
|
|
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
|
+ box-sizing: border-box;
|
|
|
+ min-height: 3.5rem;
|
|
|
+ overflow-x: hidden;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ align-items: center;
|
|
|
+ flex-shrink: 0;
|
|
|
+ font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
|
+ padding-right: 1rem;
|
|
|
+}
|
|
|
+.header > :not(:first-child) {
|
|
|
+ margin-right: 0.5rem;
|
|
|
+}
|
|
|
+.logo {
|
|
|
+ width: 32px;
|
|
|
+ height: 32px;
|
|
|
+ margin: 0 1rem 0 1rem;
|
|
|
+ flex-shrink: 0;
|
|
|
+ background: url(../bdlg.min.svg);
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+.appname {
|
|
|
+ -webkit-box-flex: 1;
|
|
|
+ flex: 1;
|
|
|
+ color: inherit;
|
|
|
+ font-size: 1rem;
|
|
|
+ text-align: left;
|
|
|
+ border-left: 1px solid var(--color);
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 1.5rem;
|
|
|
+ white-space: nowrap;
|
|
|
+ padding-left: 1rem;
|
|
|
+ padding-right: 1rem;
|
|
|
+}
|
|
|
|
|
|
-.bubble{
|
|
|
+@font-face {
|
|
|
+ font-family: "Material Icons";
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ src: url(https://fonts.gstatic.com/s/materialicons/v85/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
|
|
|
+ format("woff2");
|
|
|
+}
|
|
|
+
|
|
|
+.material-icons {
|
|
|
+ font-family: "Material Icons";
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 1;
|
|
|
+ letter-spacing: normal;
|
|
|
+ text-transform: none;
|
|
|
+ display: inline-block;
|
|
|
+ white-space: nowrap;
|
|
|
+ word-wrap: normal;
|
|
|
+ direction: ltr;
|
|
|
+ font-feature-settings: "liga";
|
|
|
+ -moz-font-feature-settings: "liga";
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+}
|
|
|
+
|
|
|
+.bubble {
|
|
|
height: 20px;
|
|
|
width: 20px;
|
|
|
display: flex;
|
|
|
@@ -124,7 +124,7 @@ body{
|
|
|
bottom: -4px;
|
|
|
border-radius: 50%;
|
|
|
font-size: 12px;
|
|
|
- background: red;
|
|
|
+ background: #e4002b;;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.formcontrol {
|
|
|
@@ -182,4 +182,4 @@ body{
|
|
|
}
|
|
|
.formcontrol--success .formcontrol-help {
|
|
|
color: #08875b;
|
|
|
-}
|
|
|
+}
|