bootstrap-source/bootstrap-3.0.3/less/close.less
changeset 115 a9d04f5f5650
parent 114 6093dda9fe38
child 116 00287f05dc6a
     1.1 --- a/bootstrap-source/bootstrap-3.0.3/less/close.less	Sat Jan 18 12:34:36 2014 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,33 +0,0 @@
     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