11/* csslint ignore:start */
22/* palette colors*/
3- body {
3+ . frappe body {
44 line-height : 1.5 ;
55 color : # 36414c ;
66}
7- p {
7+ . frappe p {
88 margin : 1em 0 !important ;
99}
10- hr {
10+ . frappe hr {
1111 border-top : 1px solid # d1d8dd ;
1212}
13- .body-table {
13+ .frappe . body-table {
1414 font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , "Roboto" , "Oxygen" , "Ubuntu" , "Cantarell" , "Fira Sans" , "Droid Sans" , "Helvetica Neue" , sans-serif;
1515}
16- .body-table td {
16+ .frappe . body-table td {
1717 font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , "Roboto" , "Oxygen" , "Ubuntu" , "Cantarell" , "Fira Sans" , "Droid Sans" , "Helvetica Neue" , sans-serif;
1818}
19- .email-header ,
20- .email-body ,
21- .email-footer {
19+ .frappe . email-header ,
20+ .frappe . email-body ,
21+ .frappe . email-footer {
2222 width : 100% !important ;
2323 min-width : 100% !important ;
2424}
25- .email-body {
25+ .frappe . email-body {
2626 font-size : 14px ;
2727}
28- .email-footer {
28+ .frappe . email-footer {
2929 border-top : 1px solid # d1d8dd ;
3030 font-size : 12px ;
3131}
32- .email-header {
32+ .frappe . email-header {
3333 border : 1px solid # d1d8dd ;
3434 border-radius : 4px 4px 0 0 ;
3535}
36- .email-header .brand-image {
36+ .frappe . email-header .brand-image {
3737 width : 24px ;
3838 height : 24px ;
3939 display : block;
4040}
41- .email-header-title {
41+ .frappe . email-header-title {
4242 font-weight : bold;
4343}
44- .body-table .has-header .email-body {
44+ .frappe . body-table .has-header .email-body {
4545 border : 1px solid # d1d8dd ;
4646 border-radius : 0 0 4px 4px ;
4747 border-top : none;
4848}
49- .body-table .has-header .email-footer {
49+ .frappe . body-table .has-header .email-footer {
5050 border-top : none;
5151}
52- .email-footer-container {
52+ .frappe . email-footer-container {
5353 margin-top : 30px ;
5454}
55- .email-footer-container > div : not (: last-child ) {
55+ .frappe . email-footer-container > div : not (: last-child ) {
5656 margin-bottom : 5px ;
5757}
58- .email-unsubscribe a {
58+ .frappe . email-unsubscribe a {
5959 color : # 8d99a6 ;
6060 text-decoration : underline;
6161}
62- .btn {
62+ .frappe . btn {
6363 text-decoration : none;
6464 padding : 7px 10px ;
6565 font-size : 12px ;
6666 border : 1px solid;
6767 border-radius : 3px ;
6868}
69- .btn .btn-default {
69+ .frappe . btn .btn-default {
7070 color : # fff ;
7171 background-color : # f0f4f7 ;
7272 border-color : transparent;
7373}
74- .btn .btn-primary {
74+ .frappe . btn .btn-primary {
7575 color : # fff ;
7676 background-color : # 5e64ff ;
7777 border-color : # 444bff ;
7878}
79- .table {
79+ .frappe . table {
8080 width : 100% ;
8181 border-collapse : collapse;
8282}
83- .table td ,
84- .table th {
83+ .frappe . table td ,
84+ .frappe . table th {
8585 padding : 8px ;
8686 line-height : 1.42857143 ;
8787 vertical-align : top;
8888 border-top : 1px solid # d1d8dd ;
8989 text-align : left;
9090}
91- .table th {
91+ .frappe . table th {
9292 font-weight : bold;
9393}
94- .table > thead > tr > th {
94+ .frappe . table > thead > tr > th {
9595 vertical-align : middle;
9696 border-bottom : 2px solid # d1d8dd ;
9797}
98- .table > thead : first-child > tr : first-child > th {
98+ .frappe . table > thead : first-child > tr : first-child > th {
9999 border-top : none;
100100}
101- .table .table-bordered {
101+ .frappe . table .table-bordered {
102102 border : 1px solid # d1d8dd ;
103103}
104- .table .table-bordered td ,
105- .table .table-bordered th {
104+ .frappe . table .table-bordered td ,
105+ .frappe . table .table-bordered th {
106106 border : 1px solid # d1d8dd ;
107107}
108- .more-info {
108+ .frappe . more-info {
109109 font-size : 80% !important ;
110110 color : # 8d99a6 !important ;
111111 border-top : 1px solid # ebeff2 ;
112112 padding-top : 10px ;
113113}
114- .text-right {
114+ .frappe . text-right {
115115 text-align : right !important ;
116116}
117- .text-center {
117+ .frappe . text-center {
118118 text-align : center !important ;
119119}
120- .text-muted {
120+ .frappe . text-muted {
121121 color : # 8d99a6 !important ;
122122}
123- .text-extra-muted {
123+ .frappe . text-extra-muted {
124124 color : # d1d8dd !important ;
125125}
126- .text-regular {
126+ .frappe . text-regular {
127127 font-size : 14px ;
128128}
129- .text-medium {
129+ .frappe . text-medium {
130130 font-size : 12px ;
131131}
132- .text-small {
132+ .frappe . text-small {
133133 font-size : 10px ;
134134}
135- .text-bold {
135+ .frappe . text-bold {
136136 font-weight : bold;
137137}
138- .indicator {
138+ .frappe . indicator {
139139 width : 8px ;
140140 height : 8px ;
141141 border-radius : 8px ;
142142 background-color : # b8c2cc ;
143143 display : inline-block;
144144 margin-right : 5px ;
145145}
146- .indicator .indicator-blue {
146+ .frappe . indicator .indicator-blue {
147147 background-color : # 5e64ff ;
148148}
149- .indicator .indicator-green {
149+ .frappe . indicator .indicator-green {
150150 background-color : # 98d85b ;
151151}
152- .indicator .indicator-orange {
152+ .frappe . indicator .indicator-orange {
153153 background-color : # ffa00a ;
154154}
155- .indicator .indicator-red {
155+ .frappe . indicator .indicator-red {
156156 background-color : # ff5858 ;
157157}
158- .indicator .indicator-yellow {
158+ .frappe . indicator .indicator-yellow {
159159 background-color : # feef72 ;
160160}
161- .screenshot {
161+ .frappe . screenshot {
162162 box-shadow : 0px 3px 6px rgba (0 , 0 , 0 , 0.1 );
163163 border : 1px solid # d1d8dd ;
164164 margin : 8px 0 ;
165165 max-width : 100% ;
166166}
167- .list-unstyled {
167+ .frappe . list-unstyled {
168168 list-style-type : none;
169169 padding : 0 ;
170170}
171171/* auto email report */
172- .report-title {
172+ .frappe . report-title {
173173 margin-bottom : 20px ;
174174}
175- /* csslint ignore:end */
175+ /* csslint ignore:end */
0 commit comments