-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnotification.css
More file actions
60 lines (50 loc) · 1.41 KB
/
Copy pathnotification.css
File metadata and controls
60 lines (50 loc) · 1.41 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
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "Tahoma", Verdana, Arial;
line-height: 161%;
}
.mensagem_suporte
{
display: block;
}
#custom-notificacao
{
max-width: 350px;
padding: 20px;
background: rgba(227, 224, 224, 1);
border-radius: 5px;
width:100%;
}
label
{
display: block;
font-size: 11px;
}
input[name="tituloNotificacao"], textarea
{
width: 100%;
margin-bottom: 15px;
font-size: 11px;
color: rgba(120, 120, 120, 1);
padding: 5px;
}
input[name="tituloNotificacao"] {
height: 2em;
}
textarea
{
height: 5em;
}
.buttons
{
text-align: center;
}
.bt_padrao {
padding: 0.5em;
width: 100%;
border: 1px solid rgba(161, 161, 161, 1);
border-radius: 3px;
color: #999;
}