aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/styles/style.sass
blob: 01d9223803d1cd02c150fe4a5d2978f5b5c8bc41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*!
 / style.sass
 / Copyright (c) 2019, Texx
 / License: MIT
 /     See https://github.com/texxme/Texx/blob/master/LICENSE
 /

html, body
    height: 100% !important
    width: 100% !important
    overflow: hidden !important
    background-color: #23272a !important

.chat
    display: none

.main
    align-items: flex-start

.swal-text
    text-align: center

.action-button
    height: 50px
    width: 50px
    margin: 20px
    border-radius: 100%

.message-input
    width: 100%
    padding-right: 50px

.message-button
    width: 50px
    margin-left: -50px

.message-field
    position: absolute
    width: 100%
    bottom: 0
    left: 0