diff options
author | Marvin Borner | 2018-07-14 22:46:02 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-14 22:46:02 +0200 |
commit | 693ea52ab9e080d415d80c19c4d53ddd21d6fcc6 (patch) | |
tree | 92636715d2a54bc548a2eedd12a27c92c59f1ff4 /public/baf35d07f64e6c38ebec2176b189d346.scss | |
parent | d2d48574de2a18513f9a310d979406faaa41ee94 (diff) |
Rewritten admin interface webpack generation (had bugs before)
Diffstat (limited to 'public/baf35d07f64e6c38ebec2176b189d346.scss')
-rw-r--r-- | public/baf35d07f64e6c38ebec2176b189d346.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/baf35d07f64e6c38ebec2176b189d346.scss b/public/baf35d07f64e6c38ebec2176b189d346.scss new file mode 100644 index 0000000..bd5e1a5 --- /dev/null +++ b/public/baf35d07f64e6c38ebec2176b189d346.scss @@ -0,0 +1,20 @@ +// Fonts +@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600"); + +// Variables +@import "variables"; + +// Bootstrap +@import "~bootstrap/scss/bootstrap"; + +// Chat +@import "chat"; + +.navbar-laravel { + background-color: #fff; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); +} + +.alert { + display: none; +}
\ No newline at end of file |