github.com/mssola/todo@v0.0.0-20181029153210-d25348dc3f48/public/stylesheets/include/global.scss (about)

     1  
     2  /*
     3   * Basic tags.
     4   */
     5  
     6  a:link, a:visited {
     7      color: #27b;
     8      text-decoration: none;
     9  }
    10  
    11  a, a:hover, a:active, a:focus {
    12      /* Don't let Firefox's stupid outline dots to appear */
    13      outline: 0;
    14      cursor: pointer;
    15  }
    16  
    17  a:hover {
    18      text-decoration: underline;
    19  }
    20  
    21  button::-moz-focus-inner {
    22      /* Don't let Firefox's stupid outline dots to appear */
    23      border: 0;
    24  }
    25  
    26  input::-moz-focus-inner {
    27      /* Don't let Firefox's stupid outline dots to appear */
    28      border: 0;
    29  }
    30  
    31  h1 {
    32      padding: 0;
    33      margin: 0;
    34      font-size: 16px;
    35  }
    36  
    37  /*
    38   * Handy classes.
    39   */
    40  
    41  .clearout {
    42      clear: both;
    43  }
    44  
    45  @import "text";
    46  @import "button";
    47