openrat-cms

OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs | README

logo.less (395B)


      1 .or {
      2 
      3     &-logo {
      4         display: flex;
      5 
      6         &-icon {
      7             width:1em;
      8             height: 1em;
      9             font-size: 4.8em;
     10             padding-top:0.3em;
     11         }
     12 
     13         &-description {
     14             flex: 1;
     15         }
     16 
     17         &-headline {
     18             font-weight: normal;
     19             font-size: 2em;
     20         }
     21 
     22        &-text {
     23             font-size: 1.3em;
     24         }
     25 
     26     }
     27 }