This commit is contained in:
Eugene Pankov
2016-12-23 10:06:53 +01:00
commit 98fea7b102
69 changed files with 3066 additions and 0 deletions

58
app/assets/bootstrap/bootstrap.less vendored Normal file
View File

@@ -0,0 +1,58 @@
// Core variables and mixins
@import "../../../node_modules/bootstrap/less/variables.less";
@import "variables.less";
@import "../../../node_modules/bootstrap/less/mixins.less";
//@import "mixin-overrides.less";
// Reset and dependencies
@import "../../../node_modules/bootstrap/less/normalize.less";
@import "../../../node_modules/bootstrap/less/print.less";
@import "../../../node_modules/bootstrap/less/glyphicons.less";
// Core CSS
@import "../../../node_modules/bootstrap/less/scaffolding.less";
@import "../../../node_modules/bootstrap/less/type.less";
@import "../../../node_modules/bootstrap/less/code.less";
@import "../../../node_modules/bootstrap/less/grid.less";
@import "../../../node_modules/bootstrap/less/tables.less";
@import "../../../node_modules/bootstrap/less/forms.less";
@import "../../../node_modules/bootstrap/less/buttons.less";
// Components
@import "../../../node_modules/bootstrap/less/component-animations.less";
@import "../../../node_modules/bootstrap/less/dropdowns.less";
@import "../../../node_modules/bootstrap/less/button-groups.less";
@import "../../../node_modules/bootstrap/less/input-groups.less";
@import "../../../node_modules/bootstrap/less/navs.less";
@import "../../../node_modules/bootstrap/less/navbar.less";
@import "../../../node_modules/bootstrap/less/breadcrumbs.less";
@import "../../../node_modules/bootstrap/less/pagination.less";
@import "../../../node_modules/bootstrap/less/pager.less";
@import "../../../node_modules/bootstrap/less/labels.less";
@import "../../../node_modules/bootstrap/less/badges.less";
@import "../../../node_modules/bootstrap/less/jumbotron.less";
@import "../../../node_modules/bootstrap/less/thumbnails.less";
@import "../../../node_modules/bootstrap/less/alerts.less";
@import "../../../node_modules/bootstrap/less/progress-bars.less";
@import "../../../node_modules/bootstrap/less/media.less";
@import "../../../node_modules/bootstrap/less/list-group.less";
@import "../../../node_modules/bootstrap/less/panels.less";
@import "../../../node_modules/bootstrap/less/responsive-embed.less";
@import "../../../node_modules/bootstrap/less/wells.less";
@import "../../../node_modules/bootstrap/less/close.less";
// Components w/ JavaScript
@import "../../../node_modules/bootstrap/less/modals.less";
@import "../../../node_modules/bootstrap/less/tooltip.less";
@import "../../../node_modules/bootstrap/less/popovers.less";
@import "../../../node_modules/bootstrap/less/carousel.less";
// Utility classes
@import "../../../node_modules/bootstrap/less/utilities.less";
@import "../../../node_modules/bootstrap/less/responsive-utilities.less";
@import "overrides.less";
body {
background: transparent;
}

View File

@@ -0,0 +1,4 @@
// Core variables and mixins
@import "../../../node_modules/bootstrap/less/variables.less";
@import "variables.less";
@import "../../../node_modules/bootstrap/less/mixins.less";

View File

@@ -0,0 +1,541 @@
@import (less, reference) "../../../node_modules/font-awesome/css/font-awesome.css";
.glyphicon:extend(.fa all) {
&.glyphicon-chevron-right:extend(.fa-chevron-right all) {};
&.glyphicon-chevron-left:extend(.fa-chevron-left all) {};
&.glyphicon-chevron-up:extend(.fa-chevron-up all) {};
&.glyphicon-chevron-down:extend(.fa-chevron-down all) {};
}
h4 {
margin-bottom: 5px;
}
a {
color: #EFEAB1;
transition: opacity 0.125s, background 0.125s, color0.125s ;
&:hover {
color: #FFF79A;
}
}
.block-element {
display: block;
}
textarea {
resize: vertical;
}
.btn {
border: none !important;
box-shadow: 0 1px 1px rgba(0,0,0,.125);
&:active {
outline: 5px auto @brand-info;
}
&:active,
&.active {
.box-shadow(@control-shadow-active);
}
-webkit-transition: all 0.125s ease-out;
-moz-transition: all 0.125s ease-out;
-ms-transition: all 0.125s ease-out;
-o-transition: all 0.125s ease-out;
transition: all 0.125s ease-out;
&[disabled] {
cursor: default !important;
}
}
.btn-ink {
background: transparent !important;
box-shadow: none;
&.btn-danger {
color: #FF4832;
}
&.btn-xs {
padding-top: 0;
padding-bottom: 0;
}
}
.btn-toolbar {
margin: 0;
.btn, .btn-group, [uib-dropdown] {
float: none;
}
> .btn-group > * {
float: left;
}
> .btn, > .btn-group, > [uib-dropdown] {
margin: 0 5px 5px 0px;
vertical-align: top;
> .btn {
margin: 0;
}
}
}
@media (max-width: @screen-xs-max) {
.btn-toolbar-collapsible {
.btn {
font-size: 0;
.fa::before, .caret {
font-size: @font-size-base;
}
}
}
}
[uib-dropdown] {
position: relative;
}
[uib-dropdown-menu], .dropdown-menu {
.box-shadow(@control-dropdown-shadow);
top: 25px;
> li > * {
display: block;
padding: 5px 20px;
clear: both;
font-weight: normal;
line-height: @line-height-base;
color: @dropdown-link-color;
white-space: nowrap;
&[disabled] {
color: #888;
cursor: not-allowed;
}
}
> li.disabled a {
color: #666;
&:hover {
color: #666;
}
}
}
[uib-dropdown-menu] > .active > * {
&,
&:hover,
&:focus {
color: @dropdown-link-active-color;
text-decoration: none;
outline: 0;
background-color: @dropdown-link-active-bg;
}
}
.form-control {
border: none;
&[checkbox] {
border: none;
background: transparent;
display: inline-block;
margin: @padding-base-vertical 0 0;
}
border-radius: 0;
.box-shadow(~"0 1px 1px rgba(0, 0, 0, 0.51)");
&:focus {
.box-shadow(~"0 1px 1px rgba(0, 0, 0, 0.51)");
}
.transition(0.25s background);
&::-webkit-input-placeholder {
font-style: italic;
}
}
.input-group {
.box-shadow(~"0 1px 1px rgba(0, 0, 0, 0.51)");
.form-control {
.box-shadow(none);
}
}
.input-group-addon {
border: none;
padding: 6px 8px;
}
@media (min-width: @screen-sm-min) {
.control-label {
font-size: 12px;
padding-top: 10px;
font-weight: normal;
}
}
.form-group .control-label {
font-size: 12px;
padding-top: 10px;
font-weight: bold;
color: #777;
}
label.form-control-static {
font-size: inherit;
}
.input-group {
width: 100%;
*:focus + .input-group-addon,
*:focus + .input-group-btn {
//border-bottom: 1px solid @brand-primary;
}
.input-group-addon, .input-group-btn {
border: none;
&.input-sm {
border-radius: 0;
}
a {
margin: 0 !important;
}
text-decoration: none !important;
}
}
.label {
font-size: 76%;
position: relative;
padding: 5px 4px 4px;
}
.list-group {
.box-shadow(@control-shadow);
}
.list-group-item {
border: none;
border-top: 1px solid @list-group-line-border;
cursor: default;
&:first-child {
border-top: none;
}
&.active {
color: #f7e61d;
border-right: 2px solid #f7e61d;
}
}
.list-group-item.combi {
padding: 0;
clear: both;
tr& {
a.main, .btn {
display: table-cell !important;
}
}
& > .main {
display: block;
h4 {
margin-top: 4px;
}
pre {
background: transparent;
margin: 0;
}
video-thumbnail, asset-thumbnail {
margin-right: 15px;
}
}
& > a.main {
cursor: pointer;
color: inherit;
}
& > a.main, & > a.btn, & > button, & > [uib-dropdown] > button {
&:hover,
&:focus {
text-decoration: none;
color: @list-group-link-hover-color;
background-color: @list-group-hover-bg;
}
}
& > a.btn, & > button, & > [uib-dropdown] > button {
background-color: @list-group-bg;
position: relative; // more z-index
z-index: 2;
display: block;
float: right;
border: none;
margin: 0;
box-shadow: none;
}
& > .drag-handle {
float: left;
cursor: move;
}
&.single > .main {
height: 40px;
line-height: 39px;
padding: 0 15px;
[checkbox] {
display: inline;
}
.label-lg {
top: 7px;
}
}
&.double > .main {
height: 68px;
line-height: 25px;
padding: 10px 15px;
}
&.single {
a.btn, button, .drag-handle {
padding: 10px 12px;
}
}
&.double {
a.btn, button, .drag-handle {
padding: 24px;
}
}
}
.form-control-focus(@color: @input-border-focus) {
@color-rgba: rgba(red(@color), green(@color), blue(@color), .3);
}
.modal {
background-color: rgba(0,0,0,.5);
position: fixed !important;
.modal-dialog {
margin: 0 auto;
top: 50px;
.modal-content {
background-color: @body-bg;
.modal-body {
max-height: 80vh;
overflow-y: auto;
padding: 25px 15px;
-webkit-app-region: no-drag;
}
.modal-footer {
border-top: 1px solid #222;
padding: 0;
-webkit-app-region: no-drag;
.btn.btn-default {
background: @input-bg;
border: none !important;
cursor: pointer;
box-shadow: none !important;
padding: 10px;
&:hover {
background: rgba(0,0,0,.25);
}
&:active {
background: rgba(0,0,0,.5);
}
}
}
}
}
}
.modal-backdrop {
background: rgba(0,0,0,.25);
}
.navbar-fixed-top {
border-width: 0 0 2px;
height: 52px;
}
.navbar-form {
box-shadow: none !important;
border: none !important;
}
.nav-tabs-justified,
.nav-tabs {
border-bottom: 1px solid @nav-tabs-border-color;
> li {
> a {
border: 1px solid transparent;
border-radius: 0;
color: @text-color;
&:hover {
background-color: @nav-tabs-active-link-hover-bg;
border-bottom: 1px solid @nav-tabs-border-color;
}
}
// Active state, and its :hover to override normal :hover
&.active > a {
&,
&:hover,
&:focus {
border-radius: 0;
border: 1px solid transparent;
border-bottom: 1px solid @nav-tabs-active-link-hover-border-color;
}
}
}
}
.nav-justified {
> li {
display: table-cell;
width: 1%;
> a {
margin-bottom: 0;
}
}
}
.popover-content {
//padding: 0;
}
.progress {
margin-bottom: 0;
}
table {
background: transparent;
td {
vertical-align: top;
}
.table-condensed {
display: block;
}
}
.table {
background: @table-bg;
.box-shadow(@control-shadow);
&.no-margin {
margin-bottom: 0;
}
> thead,
> tbody,
> tfoot {
> tr {
background-color: transparent;
> th,
> td {
border-top: 1px solid @table-line-border-color;
}
&:first-child {
th, td {
border-top: none;
}
}
}
}
> thead > tr > th {
border-bottom: 2px solid @table-line-border-color;
}
}
.table-bordered {
> thead,
> tbody,
> tfoot {
> tr {
> th,
> td {
border: 1px solid @table-line-border-color;
}
}
}
}
.help-block {
color: darken(@text-color, 10%);
}
.label {
margin-right: 5px;
}
.datepicker-dropdown {
&.datepicker-orient-top:before {
display: none !important;
}
&.datepicker-orient-top:after {
border-bottom: 7px solid @dropdown-bg !important;
}
&.datepicker-orient-bottom:after {
border-top: 7px solid @dropdown-bg !important;
}
table tr td.day:hover {
background: #555 !important;
}
table tr td.active {
background: @brand-primary !important;
color: #222 !important;
text-shadow: none !important;
}
}

View File

@@ -0,0 +1,141 @@
@brand-primary: #f7e61d;
@brand-success: #5cb85c;
@brand-info: #5bc0de;
@brand-warning: #f0ad4e;
@brand-danger: #FF1C01;
// New
@brand-primary: #f7e61d;
@brand-success: #42B500;
@brand-info: #01BAEF;
@brand-warning: #DB8A00;
@brand-danger: #EF2F00;
@control-shadow: 0 1px 1px rgba(0,0,0,.25);
@control-shadow-active: 0 1px 1px rgba(0,0,0,.25) inset, @control-shadow;
@control-dropdown-shadow: 0 0 50px rgba(0,0,0,.5), @control-shadow;
@form-accent: #DBCA00;
@form-accent-bright: @brand-primary;
@body-bg: #1D272D;
@text-color: #aaa;
@font-family-sans-serif: "Source Sans Pro", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
@icon-font-path: "../fonts/";
@component-active-color: rgba(0,0,0,.15);
@component-active-color: darken(@component-active-bg, 30%);
@table-bg: #444;
@table-bg-accent: rgba(255,255,255,.15);
@table-bg-hover: #666;
@table-border-color: #2e2e2e;
@table-line-border-color: #4f4f4f;
@btn-default-color: @text-color;
@btn-default-bg: #243D49;
@btn-default-border: transparent;
@btn-primary-color: @component-active-color;
@btn-primary-border: #584E00;
@btn-danger-border: rgba(0,0,0,.5);
@btn-danger-color: white;
@btn-danger-bg: #FF4630;
@btn-danger-border: transparent;//@brand-danger;
@btn-link-disabled-color: darken(@text-color, 20%);
@input-bg: #11181C;
@input-bg-disabled: #2a2f31;
@input-color: #bbb;
@input-border: #3a3a3a;
@input-group-addon-border-color: @input-bg;
@input-color-placeholder: #777;
@input-group-addon-bg: @input-bg;
@dropdown-bg: rgba(64,64,64,.95); //@body-bg;
@dropdown-link-color: @text-color;
@dropdown-link-hover-color: #ddd;
@dropdown-link-hover-bg: #444;
@dropdown-link-disabled-color: darken(@text-color, 5%);
@navbar-default-bg: #23272A;
@navbar-default-border: #111;
@nav-tabs-border-color: #666;
@nav-tabs-link-hover-border-color: transparent;
@nav-tabs-active-link-hover-bg: rgba(255,255,255,.1);
@nav-tabs-active-link-hover-color: @brand-primary;
@nav-tabs-active-link-border-color: @brand-primary;
@nav-tabs-active-link-hover-border-color: @brand-primary;
@pagination-color: @btn-default-color;
@pagination-bg: @btn-default-bg;
@pagination-border: @btn-default-border;
@pagination-hover-color: @btn-default-color;
@pagination-hover-bg: lighten(@btn-default-bg, 5%);
@pagination-hover-border: @btn-default-border;
@pagination-active-color: @brand-primary;
@pagination-active-bg: darken(@btn-default-bg, 5%);
@pagination-active-border: @btn-default-border;
@pagination-disabled-color: @btn-link-disabled-color;
@pagination-disabled-bg: darken(@btn-default-bg, 5%);
@pagination-disabled-border: @btn-default-border;
//@state-success-bg: #234116; //#dff0d8;
//@state-info-bg: #0C3A50; //#d9edf7;
//@state-danger-bg: #9E3B3B;///#f2dede;
@popover-bg: rgba(64,64,64,.95);
@popover-arrow-color: #444;
@progress-bg: #555;
@list-group-bg: rgba(255,255,255,.1);
@list-group-disabled-bg: #333;
@list-group-border: transparent;
@list-group-line-border: rgba(255,255,255,.1);
@list-group-hover-bg: rgba(255,255,255,.2);
@list-group-link-color: @text-color;
@list-group-link-heading-color: @text-color;
@list-group-active-bg: rgba(255,255,255,.3);
@list-group-active-border: transparent;
@panel-bg: @table-bg;
@panel-inner-border: @table-border-color;
@panel-footer-bg: #666;
@panel-default-text: #ddd;
@panel-default-border: @table-border-color;
@panel-default-heading-bg: #666;
@well-bg: #222;
@badge-bg: #333;
@badge-active-bg: #333;
@code-bg: #222;
@pre-bg: #222;
@pre-color: #bbb;
@blockquote-border-color: #444;
@page-header-border-color: #444;
@alert-bg: #2A2A2A;
@state-success-text: @brand-success;
@state-success-bg: @alert-bg;
@state-success-border: @state-success-text;
@state-info-text: @brand-info;
@state-info-bg: @alert-bg;
@state-info-border: @state-info-text;
@state-warning-text: #F27208;
@state-warning-bg: @alert-bg;
@state-warning-border: @state-warning-text;
@state-danger-text: @brand-danger;
@state-danger-bg: @alert-bg;
@state-danger-border: @state-danger-text;
@border-radius-base: 1px;
@border-radius-large: 3px;
@border-radius-small: 1px;

BIN
app/assets/img/disk.icns Normal file

Binary file not shown.

BIN
app/assets/img/disk.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
app/assets/img/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
app/assets/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

107
app/assets/img/logo.svg Normal file
View File

@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
xml:space="preserve"
width="536.82501"
height="126.525"
viewBox="0 0 536.82501 126.525"
sodipodi:docname="elements_wortmarke+bildmarke_gelb+weiß_rz.svg"
inkscape:export-filename="/home/eugene/Downloads/logo.png"
inkscape:export-xdpi="42.677204"
inkscape:export-ydpi="42.677204"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs6" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1845"
inkscape:window-height="1025"
id="namedview4"
showgrid="false"
inkscape:zoom="1.1586643"
inkscape:cx="143.54613"
inkscape:cy="-3.8338411"
inkscape:window-x="75"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g10" /><g
id="g10"
inkscape:groupmode="layer"
inkscape:label="ink_ext_XXXXXX"
transform="matrix(1.25,0,0,-1.25,0,126.525)"><g
id="g12"
transform="scale(0.1,0.1)"><path
d="m 202.457,809.793 404.891,0 0,202.457 -404.891,0 0,-202.457 z"
style="fill:#fff200;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path14"
inkscape:connector-curvature="0" /><path
d="m 0,607.375 202.445,0 0,202.457 -202.445,0 0,-202.457 z"
style="fill:#fff200;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path16"
inkscape:connector-curvature="0" /><path
d="m 202.457,404.918 404.891,0 0,202.457 -404.891,0 0,-202.457 z"
style="fill:#fff200;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path18"
inkscape:connector-curvature="0" /><path
d="m 0,202.461 202.445,0 0,202.457 -202.445,0 0,-202.457 z"
style="fill:#fff200;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path20"
inkscape:connector-curvature="0" /><path
d="m 202.457,0 404.891,0 0,202.461 -404.891,0 0,-202.461 z"
style="fill:#fff200;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path22"
inkscape:connector-curvature="0" /><path
d="m 1072.96,482.414 -148.108,0 0,48.219 148.108,0 0,-48.219 z m 39.27,-234.23 -302.441,0 0,516.679 302.441,0 0,-48.218 -247.32,0 0,-420.243 247.32,0 0,-48.218"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path24"
inkscape:connector-curvature="0" /><path
d="m 1518.04,248.184 -187.4,0 0,48.218 187.4,0 0,-48.218 z m -247.34,0 -55.1,0 0,516.679 55.1,0 0,-516.679"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path26"
inkscape:connector-curvature="0" /><path
d="m 1875.61,482.414 -148.12,0 0,48.219 148.12,0 0,-48.219 z m 39.27,-234.23 -302.43,0 0,516.679 302.43,0 0,-48.218 -247.33,0 0,-420.243 247.33,0 0,-48.218"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path28"
inkscape:connector-curvature="0" /><path
d="m 2515.65,248.184 -55.12,0 0,333.425 55.12,0 0,-333.425 z m -432.66,0 -55.1,0 0,333.425 55.1,0 0,-333.425"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path30"
inkscape:connector-curvature="0" /><path
d="m 2899.41,482.414 -148.12,0 0,48.219 148.12,0 0,-48.219 z m 39.28,-234.23 -302.44,0 0,516.679 302.44,0 0,-48.218 -247.34,0 0,-420.243 247.34,0 0,-48.218"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path32"
inkscape:connector-curvature="0" /><path
d="m 3438.17,419.605 -55.11,0 0,345.258 55.11,0 0,-345.258 z m -334.12,-171.421 -55.12,0 0,344.457 55.12,0 0,-344.457 z m 336.1,19.675 -44.09,-28.949 -352.46,505.524 44.79,28.933 351.76,-505.508"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path34"
inkscape:connector-curvature="0" /><path
d="m 3732.38,248.184 -55.1,0 0,408.523 55.1,0 0,-408.523 z m 160.52,468.461 -376.14,0 0,48.218 376.14,0 0,-48.218"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path36"
inkscape:connector-curvature="0" /><path
d="m 4243.6,638.805 c -18.61,62.683 -73.02,92.308 -126.76,92.308 -56.49,0 -108.85,-33.754 -108.85,-95.761 0,-37.891 23.43,-75.786 73.02,-86.801 l 16.54,-4.141 -13.1,-48.91 -15.16,3.453 c -75.77,17.902 -115.04,76.461 -115.04,135.02 0,95.757 80.6,144.683 162.59,144.683 73.71,0 148.81,-39.273 171.54,-122.64 L 4243.6,638.805 Z M 4122.34,234.406 c -75.78,0 -153.63,38.571 -181.18,124.696 l 46.84,19.285 c 19.99,-66.137 75.79,-95.762 132.27,-95.762 63.39,0 121.26,37.203 121.26,104.027 0,46.856 -28.24,81.297 -83.37,92.313 l -13.77,2.758 13.08,48.91 19.99,-4.129 c 76.46,-15.848 117.12,-69.586 117.12,-137.777 0,-85.438 -68.9,-154.321 -172.24,-154.321"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path38"
inkscape:connector-curvature="0" /><path
d="m 2528.61,742.93 -44.08,35.597 -211.89,-224.117 -212.58,224.731 -44.08,-35.598 249.15,-263.246 7.51,-7.883 7.51,7.883 248.46,262.633"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path40"
inkscape:connector-curvature="0" /></g></g></svg>

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
app/assets/img/shortcut.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

BIN
app/assets/img/user.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,23 @@
app > toaster-container > #toast-container {
width: 100% !important;
left: 0 !important;
right: 0 !important;
top: 50px !important;
.toast {
box-shadow: none !important;
text-shadow: none !important;
opacity: 1 !important;
border-radius: 0 !important;
width: 100% !important;
padding: 10px !important;
.toaster-icon {
display: none !important;
}
.toast-title {
font-weight: normal !important;
}
}
}