Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
jQuery Notific8 Plugin
3
***/
4
 
5
.jquery-notific8-message {
6
  font-size: 13px;
7
}
8
 
9
[class*="jquery-notific8"],
10
[class*="jquery-notific8"]:after,
11
[class*="jquery-notific8"]:before {
12
   -webkit-box-sizing: content-box;
13
      -moz-box-sizing: content-box;
14
           box-sizing: content-box;
15
}
16
 
17
.right .jquery-notific8-close-sticky span,
18
.left .jquery-notific8-close-sticky span {
19
    font-size: 10px;
20
}
21
 
22
.jquery-notific8-heading {
23
  font-weight: 300;
24
  font-size: 16px;
25
}