diff options
author | Marvin Borner | 2018-06-30 23:44:50 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-30 23:44:50 +0200 |
commit | b1c501e2f239ef6dcbf5e55e403834d793c6a0f6 (patch) | |
tree | 4532adc1e40f0da7580132b2a82c67c946a478f3 /resources/assets/sass/app.scss | |
parent | 70233ba2d306019d415b94e270d3a90672236544 (diff) |
Finished websocket integration
Diffstat (limited to 'resources/assets/sass/app.scss')
-rw-r--r-- | resources/assets/sass/app.scss | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss index 0077cb1..c58e2db 100644 --- a/resources/assets/sass/app.scss +++ b/resources/assets/sass/app.scss @@ -1,14 +1,16 @@ - // Fonts @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600"); - // Variables @import "variables"; - // Bootstrap @import '~bootstrap/scss/bootstrap'; - .navbar-laravel { - background-color: #fff; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); + background-color: #fff; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } + +.MessagesWindow { + height: 250px; + overflow-y: scroll; + padding: 15px; +}
\ No newline at end of file |