Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2696c864

Přidáno uživatelem Adam Mištera před téměř 5 roky(ů)

Issue #7848 @0.1h
[+] Přepočet velikosti tlačítka na rem jednotky
[+] Odstranění outline tlačítka při focus

Zobrazit rozdíly:

public/css/app.css
11017 11017
  color: #ffff;
11018 11018
  border: 0.5pt solid #ffff;
11019 11019
  border-radius: 0;
11020
  width: 28mm;
11021
  height: 8mm;
11020
  width: 6.5rem;
11021
  height: 2rem;
11022
}
11023

  
11024
body .button-square:active,
11025
body .button-square:focus,
11026
body .button-square:visited {
11027
  outline: none;
11028
  box-shadow: none;
11022 11029
}
11023 11030

  
11024 11031
body .button-image {
resources/sass/_custom.scss
148 148
        color: $white;
149 149
        border: 0.5pt solid $white;
150 150
        border-radius: 0;
151
        width: 28mm;
152
        height: 8mm;
151
        width: 6.5rem;
152
        height: 2rem;
153

  
154
        &:active, &:focus, &:visited {
155
            outline: none;
156
            box-shadow: none;
157
        }
153 158
    }
154 159

  
155 160
    .button-image {
......
195 200
        }
196 201
    }
197 202

  
198

  
199 203
    .content {
200 204
        position: relative;
201 205

  

Také k dispozici: Unified diff