1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| .export-asset-panel{
| .btn-export{
| i{
| margin-top: 8px;
| margin-bottom: 8px;
| }
| }
| .dropdown-toggle{
| padding: 5px !important;
| }
| .dropdown-menu{
| a{
| padding-right: 2px;
| width: 100% !important;
| text-align: left !important;
| display: block;
| padding-top: 0;
| padding-bottom: 0;
| }
| }
| }
|
|