##// END OF EJS Templates
ui: fixed close button padding on toast messages.
marcink -
r4442:469b4da8 default
parent child Browse files
Show More
@@ -1,27 +1,28 b''
1 1 @import '../../../../css/variables';
2 2 @import '../../../../css/mixins';
3 3
4 4 .alert{
5 5 margin: 10px 0;
6 6 }
7 7
8 8 .toast-close {
9 9 margin: 0;
10 10 float: right;
11 11 cursor: pointer;
12 padding: 8px 0 8px 8px;
12 13 }
13 14
14 15 .toast-message-holder{
15 16 background: fade(#fff, 25%);
16 17
17 18 &.fixed{
18 19 position: fixed;
19 20 padding: 10px 0;
20 21 margin-left: 10px;
21 22 margin-right: 10px;
22 23 top: 0;
23 24 left: 0;
24 25 right:0;
25 26 z-index: 100;
26 27 }
27 28 }
General Comments 0
You need to be logged in to leave comments. Login now