-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
executable file
·82 lines (70 loc) · 1.4 KB
/
Copy pathstyles.css
File metadata and controls
executable file
·82 lines (70 loc) · 1.4 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.form-bottom {
position: absolute;
width: 100%;
padding-right: 30px;
bottom: 20px;
}
@media only screen and (max-width: 991px) {
.form-bottom {
width: 100% !important;
}
.rcvdMsg, .sentMsg {
font-size: 40px;
margin: 0px 30px 30px 30px;
padding: 10px 20px 0px 20px;
}
.form-control {
height: 75px;
font-size: 40px;
}
.fat-btn {
height: 100px !important;
font-size: 40px;
}
}
.fat-btn {
height: 50px;
}
.img-fill {
display: block;
margin-right: auto;
margin-left: auto;
height: 100%;
max-height: 100vh !important;
max-width: 100% !important;
}
.subtle-background {
background: url('./assets/sbg1.png');
}
.full-height {
height: 100vh;
}
.min-full-height {
min-height: 100vh;
}
.msg-container {
width: 100%;
}
.sentMsg {
background: #1A87F8;
color: white;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
max-width: 70%;
float: right;
margin: 0px 20px 20px 20px;
padding: 10px 15px 0px 15px;
border-radius: 12px;
clear: both;
}
.rcvdMsg {
background: #E5E5EA;
max-width: 70%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
float: left;
margin: 0px 20px 20px 20px;
padding: 10px 15px 0px 15px;
border-radius: 12px;
clear: both;
}