Revize 4bb8ff64
Přidáno uživatelem Marek Zábran před téměř 5 roky(ů)
resources/sass/_custom.scss | ||
---|---|---|
3 | 3 |
//@font-face {font-family: "Avenir Roman LINK"; src: url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.eot"); src: url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.woff") format("woff"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.svg#Avenir") format("svg"); } |
4 | 4 |
//@font-face {font-family: "Avenir Medium LINK"; src: url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.eot"); src: url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.woff") format("woff"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.svg#Avenir Medium") format("svg"); } |
5 | 5 |
|
6 |
// Variables |
|
7 |
@import 'variables'; |
|
6 | 8 |
body { |
7 | 9 |
background-color: $theme-color-five; |
8 | 10 |
font-family: $font-family-one; |
... | ... | |
146 | 148 |
.form-control{ |
147 | 149 |
padding: 0px; |
148 | 150 |
height: 17pt; |
151 |
border-radius: 0%; |
|
149 | 152 |
} |
150 | 153 |
} |
151 | 154 |
|
... | ... | |
166 | 169 |
color: $theme-color-one; |
167 | 170 |
box-shadow: none; |
168 | 171 |
font-size: 8pt; |
172 |
|
|
173 |
&:active, &:focus, &:visited{ |
|
174 |
background-color: $theme-color-five; |
|
175 |
margin-top: -1px; |
|
176 |
border-top-color: $theme-color-five; |
|
177 |
border-left-color: $theme-color-five; |
|
178 |
border-right-color: $theme-color-five; |
|
179 |
border-bottom-color: 0.5pt $theme-color-one; |
|
180 |
color: $theme-color-one; |
|
181 |
box-shadow: none; |
|
182 |
} |
|
183 |
|
|
169 | 184 |
} |
185 |
.form-control.is-invalid{ |
|
186 |
box-shadow: none; |
|
187 |
border-color: $theme-color-four; |
|
188 |
background-image: none; |
|
189 |
&:active, &:focus, &:visited{ |
|
190 |
box-shadow: none; |
|
191 |
border-color: $theme-color-four; |
|
192 |
} |
|
193 |
} |
|
170 | 194 |
|
171 |
.form-control:focus { |
|
195 |
/*.form-control:focus {
|
|
172 | 196 |
background-color: $theme-color-five; |
173 | 197 |
margin-top: -1px; |
174 | 198 |
border-top-color: $theme-color-five; |
... | ... | |
178 | 202 |
color: $theme-color-one; |
179 | 203 |
box-shadow: none; |
180 | 204 |
font-size: 8pt; |
181 |
} |
|
205 |
}*/
|
|
182 | 206 |
|
183 | 207 |
.button-square { |
184 | 208 |
font-size: 8pt; |
Také k dispozici: Unified diff
Issue #7952 @0.5h
Oprava rohů na ostré.
Oprava označení špatného vstupu z červené na theme-four barvu.