github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/frontend/css/main.css (about)

     1  html {
     2    font-family: 'Roboto', sans-serif;
     3  }
     4  
     5  .container-narrow {
     6    max-width: 800px;
     7  }
     8  
     9  .header-padding {
    10    padding-top: 15px;
    11  }
    12  
    13  .heading-underline {
    14    border-bottom: 1px solid #007196;
    15  }
    16  
    17  .page-title {
    18    padding-top: 15px;
    19    padding-bottom: 15px;
    20    font-size: 1.785rem;
    21  }
    22  
    23  .starter-template {
    24    padding: 15px 15px;
    25    text-align: center;
    26  }
    27  
    28  .button-signup {
    29    width: 200px;
    30  }
    31  
    32  .form-control {
    33    color: black;
    34  }
    35  
    36  .control-label {
    37    font-size: 1em;
    38    font-weight: bold;
    39  }
    40  
    41  .logo-center {
    42    text-align: center;
    43    margin: 0 auto 30px;
    44  }
    45  
    46  .button-auth {
    47    /* width: 24em; */
    48    font-size: 0.875em;
    49    font-weight: 700;
    50    -webkit-font-smoothing: antialiased;
    51    text-decoration: none;
    52    color: #fff;
    53    background-color: #4a4a4a;
    54    border: 0;
    55    border-radius: 3px;
    56    outline: none;
    57    /*
    58      display: -webkit-box;
    59      display: -ms-flexbox;
    60      display: flex;
    61      */
    62    -webkit-box-pack: center;
    63    -ms-flex-pack: center;
    64    justify-content: center;
    65    -webkit-box-align: center;
    66    -ms-flex-align: center;
    67    align-items: center;
    68    text-align: center;
    69    padding: 0.35714em 0;
    70    min-height: 2.85714em;
    71    max-width: 24em;
    72    min-width: 20em;
    73  }
    74  
    75  .button-google {
    76    color: dimgrey;
    77    background-color: #eee;
    78  }
    79  
    80  .button-image {
    81    width: 1.28571em;
    82    height: 1.28571em;
    83    margin-left: -0.71429em;
    84    margin-right: 0.71429em;
    85  }
    86  
    87  .button-contents {
    88    display: -webkit-box;
    89    display: -ms-flexbox;
    90    display: flex;
    91    width: 100%;
    92    height: 100%;
    93    -webkit-box-pack: center;
    94    -ms-flex-pack: center;
    95    justify-content: center;
    96    -webkit-box-align: center;
    97    -ms-flex-align: center;
    98    align-items: center;
    99    white-space: nowrap;
   100    line-height: 1;
   101  }
   102  
   103  .button-plus {
   104    font-size: 1.25em;
   105    padding: 8px 6px;
   106  }
   107  
   108  .button-help {
   109    padding: 8px 6px;
   110  }