Sha256: 0b93aa095b4fb0caacba073f003813a85937c7c0ead1096e874a2f80b58e26df

Contents?: true

Size: 1.9 KB

Versions: 3

Compression:

Stored size: 1.9 KB

Contents

.table{
   > thead > tr > th{
       border-bottom-width: 1px;
       font-size: $font-size-h5;
       font-weight: $font-weight-light;
   }  
   
   .radio,
   .checkbox{
       margin-top: 0;
       margin-bottom: 0;
       padding: 0;
       width: 15px;
       
       .icons{
           position: relative;
       }
   }
   > thead > tr > th,
   > tbody > tr > th,
   > tfoot > tr > th,
   > thead > tr > td,
   > tbody > tr > td,
   > tfoot > tr > td{
       padding: 12px 8px;
       vertical-align: middle;
   }

   .th-description{
       max-width: 150px;
   }
   .td-price{
       font-size: 26px;
       font-weight: $font-weight-light;
       margin-top: 5px;
       text-align: right;
   }
   .td-total{
        font-weight: $font-weight-bold;
        font-size: $font-size-h5;
        padding-top: 20px;
        text-align: right;
    }
    
   .td-actions .btn{
    margin: 0px;
    padding: 5px;
    }
    
    > tbody > tr{
        position: relative;
    }
} 

.table-shopping{
    > thead > tr > th{
        font-size: $font-size-h6;
        text-transform: uppercase;
    }
    > tbody > tr > td{
        font-size: $font-paragraph;
        
        b{
            display: block;
            margin-bottom: 5px;
        }
    } 
    .td-name{
        font-weight: $font-weight-default;
        font-size: 1.5em;
        small{
            color: $gray-light;
            font-size: 0.75em;
            font-weight: $font-weight-light;
        }
    }
    .td-number{
       font-weight: $font-weight-light;
       font-size: $font-size-h4;
   }
    .td-name{
        min-width: 200px;
    }
    .td-number{
        text-align: right;
        min-width: 70px;
        
        small{
            margin-right: 3px;
        }
    }
    
    .img-container{
        width: 120px;
        max-height: 160px;
        overflow: hidden;
        display: block;
        
        img{
            width: 100%;
        }    
    }
}

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
action_ui-0.0.1 vendor/assets/stylesheets/mk/mk/_tables.scss
cre_pro-0.0.1 vendor/assets/stylesheets/mk/mk/_tables.scss
cre_pro-rails-0.0.1 vendor/assets/stylesheets/mk/mk/_tables.scss