static/less/close.less
changeset 53 3416f82943ea
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/static/less/close.less	Fri Dec 20 22:30:44 2013 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +//
     1.5 +// Close icons
     1.6 +// --------------------------------------------------
     1.7 +
     1.8 +
     1.9 +.close {
    1.10 +  float: right;
    1.11 +  font-size: (@font-size-base * 1.5);
    1.12 +  font-weight: @close-font-weight;
    1.13 +  line-height: 1;
    1.14 +  color: @close-color;
    1.15 +  text-shadow: @close-text-shadow;
    1.16 +  .opacity(.2);
    1.17 +
    1.18 +  &:hover,
    1.19 +  &:focus {
    1.20 +    color: @close-color;
    1.21 +    text-decoration: none;
    1.22 +    cursor: pointer;
    1.23 +    .opacity(.5);
    1.24 +  }
    1.25 +
    1.26 +  // Additional properties for button version
    1.27 +  // iOS requires the button element instead of an anchor tag.
    1.28 +  // If you want the anchor version, it requires `href="#"`.
    1.29 +  button& {
    1.30 +    padding: 0;
    1.31 +    cursor: pointer;
    1.32 +    background: transparent;
    1.33 +    border: 0;
    1.34 +    -webkit-appearance: none;
    1.35 +  }
    1.36 +}
Impressum Datenschutzerklärung