notification.less
4.6 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
/*!
*/
/* Notification */
.k-notification-wrap
{
padding: .6em .5em;
cursor: default;
position: relative;
white-space: nowrap;
}
.k-notification-button .k-notification-wrap
{
padding-right: 20px;
}
.k-notification-wrap > .k-i-note
{
vertical-align: text-bottom;
margin-right: 4px;
}
.k-notification-wrap > .k-i-close
{
position: absolute;
top: 7px;
right: 4px;
display: none;
}
.k-notification-button .k-notification-wrap > .k-i-close
{
display: block;
}