Ignore:
Timestamp:
09/30/21 00:32:27 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
24a616f
Parents:
582789f
Message:

added departments, edited users and added user settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/assets/css/app.css

    r582789f r194a359  
    69006900}
    69016901
    6902 .nicescroll-cursors {
    6903   border: none !important;
    6904 }
    6905 
    6906 body:not(.dark) .nicescroll-cursors {
    6907   background-color: rgba(41, 49, 52, 0.4) !important;
    6908   width: 3px !important;
    6909 }
    6910 
    69116902.isotope-item {
    69126903  z-index: 2;
     
    88938884
    88948885  body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover {
    8895     width: 320px;
     8886    /*width: 320px;*/
    88968887  }
    88978888
     
    92009191    bottom: 0;
    92019192    height: auto;
    9202     width: 320px;
     9193    /*width: 320px;*/
    92039194    background-color: white;
    92049195    z-index: 1000;
     
    92829273  }
    92839274}
    9284 
    9285 body.semi-dark:not(.dark) .nicescroll-cursors {
    9286   background-color: rgba(255, 255, 255, 0.3) !important;
    9287 }
    9288 
    92899275body.semi-dark:not(.dark) .navigation {
    92909276  background-color: #313852;
     
    95629548  padding: 30px;
    95639549  padding-top: 105px;
    9564   padding-left: 350px;
     9550  padding-left: 100px;
    95659551  padding-bottom: 0;
    95669552}
     
    100019987
    100029988.header .header-left {
    10003   width: 320px;
     9989  /*width: 320px;*/
    100049990  padding-left: 30px;
    100059991  display: -webkit-box;
     
    1021010196  background-color: white;
    1021110197  z-index: 998;
    10212   width: 320px;
     10198  /*width: 320px;*/
    1021310199  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    1021410200  position: fixed;
     
    1046310449  -webkit-box-pack: justify;
    1046410450          justify-content: space-between;
    10465   margin-left: 320px;
     10451  margin-left: 100px;
    1046610452}
    1046710453
     
    1137911365}
    1138011366
    11381 body.dark .nicescroll-cursors {
    11382   background-color: rgba(255, 255, 255, 0.15) !important;
    11383 }
    11384 
    1138511367body.dark .chat-block .chat-content .messages .message-item:not(.me):before {
    1138611368  border-right-color: #454c66;
     
    1227612258
    1227712259  .navigation {
    12278     width: 75%;
     12260    width: 20%;
    1227912261  }
    1228012262
Note: See TracChangeset for help on using the changeset viewer.