gaobaoming
2018-10-31 d95781695bf820f2ec828ed4fcc01ca811b6d4f1
commit | author | age
1284d6 1 /* You can add global styles to this file, and also import other style files */
G 2
3 //== Vendor
4 @import '../node_modules/font-awesome/css/font-awesome.css';
5 @import '../node_modules/simple-line-icons/css/simple-line-icons.css';
6
7 //== Bootstrap
8 @import "./app/shared/styles/bootstrap.scss";
9 //== Application
10 @import "./app/shared/styles/app.scss";
11 @import '../node_modules/sweetalert/dist/sweetalert.css';
12 .expense_btn{
13     width:72px;
14     height: 32px;
15     overflow: hidden;
16     display: flex;
17     justify-content: center;
18     border: 1px dashed #9a9a9a;
19     background: #fafafa;
20     color: #666666;
21     border-radius: 18px;
22     padding: 6px 0;
23     span{
24         display: inline-block;
25         width: 72px;
26         overflow: hidden;
27         text-overflow: ellipsis;
28     }
29 };
30 .expense_btn:hover{
31     color: #74d0f2;
32     border-color: #74d0f2;
33     background-color: #fafafa;
34 };
35
36 div#show-iframe {
37     padding: 0px;
38 }