123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .tree-body {
- padding: 0px !important;
- }
- .tree-body ul {
- list-style: none;
- padding: 0px 15px;
- margin: 0px;
- /*border-left: 1px solid #f5f5f5;
- border-right: 1px solid #f5f5f5;*/
- }
- .tree-body .treeitem {
- padding-left: 30px;
- width: 95%;
- cursor: pointer;
- }
- .tree-body .menu {
- position: relative;
- overflow-y: auto;
- overflow-x:hidden;
- padding: 5px 0px 0px 5px;
- height: 450px;
- }
- .tree-body .row {
- border-bottom: 1px solid #f5f5f5;
- padding: 6px 0px 6px 0px;
- cursor: pointer;
- }
- .tree-body .row .material-icons {
- position: relative;
- float: left;
- top: -2px;
- }
- .tree-body .icon-name-spac {
- padding-left: 24px;
- display: flex;
- }
- .key-header .btn{
- font-size: 16px;
- }
- .key-input{
- height: 36px !important;
- }
- .bg-light-first {
- background-color: #c45046 !important;
- color: #fff;
- }
- .bg-light-second {
- background-color: #992D2C !important;
- color: #fff;
- }
|