aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-main/misc/help.component.scss
blob: 46f533f61e371f47a2ac94ba04243df959245228 (plain) (tree)
1
2
3
4
5
6
7
8
9

                       

                      
                  

                                                          

                       
              
   

 
           
                 
                     
                     
 
                   

                      
                         
 
         


                         
          
                                    
 
                         
       


     
@use '_variables' as *;
@use '_mixins' as *;

.help-tooltip-button {
  my-global-icon {
    @include apply-svg-color(pvar(--greyForegroundColor));

    width: 17px;
    position: relative;
    top: -1px;
  }
}

::ng-deep {
  .help-popover {
    min-width: 200px;
    max-width: 300px;

    .popover-body {
      padding: 10px;
      font-size: 13px;
      border-radius: 3px;

      p {
        margin-bottom: 0;
      }

      ul {
        @include padding-left(20px);

        margin-bottom: 0;
      }
    }
  }
}