diff options
author | Marvin Borner | 2018-07-20 13:57:57 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-20 13:57:57 +0200 |
commit | 932d439444f10774bff546923cc0a2e5e2f2857b (patch) | |
tree | ef9bcc039d263f929b4f4991881a52a8343c1dfe /resources/assets/sass/app.scss | |
parent | bd04ac097a0a29ba7c48a5f4a46d99ae7d86eea1 (diff) |
Rewrite (only for backend/oauth/api use from now on)
Diffstat (limited to 'resources/assets/sass/app.scss')
-rwxr-xr-x | resources/assets/sass/app.scss | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss deleted file mode 100755 index ad83043..0000000 --- a/resources/assets/sass/app.scss +++ /dev/null @@ -1,42 +0,0 @@ -// 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 { - margin: 0; - padding: 0; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); -} - -.navbar.fixed-bottom { - width: 100%; - background-color: #555; - overflow: auto; -} - -.navbar.fixed-bottom .navbar-icon { - float: left; - width: 20%; - text-align: center; - padding: 12px 0; - transition: all 0.3s ease; - color: white; - font-size: 36px; -} - -.navbar.fixed-bottom a:hover { - background-color: #000; -} - -.active { - background-color: #4CAF50 !important; -} - -.alert { - display: none; -}
\ No newline at end of file |