Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b56b3d9b

Přidáno uživatelem Adam Mištera před více než 4 roky(ů)

Issue #7845 @1h
[+] Fix funkčnosti a vizualizace po provedení merge

Zobrazit rozdíly:

resources/sass/_custom.scss
215 215
            background-repeat:no-repeat;
216 216
        }
217 217
    }
218
    
219
    .inter_info:before {
220
    	background-image : url(../images/interface/Button_Info_60.png);
221
    	content: "";
222
    	width: 60px;
223
    	height: 60px;
224
	}
225 218

  
226
	.inter_info:focus, .inter_info:active, .inter_info:hover {
227
    	background-color: transparent !important;
228
    	border-color: transparent !important;
229
    	outline: none !important;
230
    	box-shadow: none !important;
231
	}
219
    .artefacts-area {
232 220

  
233
	.inter_like:before, .inter_like_filled:before {
234
	    background-image : url(../images/interface/Hearth_Empty_60.png);
235
	    width: 60px;
236
	    height: 60px;
237
	}
221
        h5 {
222
            color: $theme-color-two;
223
            font-family: "Avenir Medium LINK";
224
            line-height: 20pt;
225
            font-size: 21pt;
226
        }
238 227

  
239
	.inter_like_filled:before {
240
	    background-image : url(../images/interface/Hearth_Filled_60.png);
241
	    width: 60px;
242
	    height: 60px;
243
	}
228
        h6 {
229
            color: $theme-color-two;
230
            font-size: 14pt;
231
            font-weight: lighter;
232
            font-family: "Avenir Roman LINK";
233
        }
244 234

  
245
	.inter_like {
246
	    display: none;
247
	}
235
        img {
236
            border: transparent;
237
            border-radius: 1px;
238
        }
248 239

  
240
        .card {
241
            margin: 10px;
242
            border: none !important;
243
        }
249 244

  
250
	.inter_like:focus, .inter_like:active, .inter_like:hover {
251
    	background-color: transparent !important;
252
    	border-color: transparent !important;
253
    	outline: none !important;
254
    	box-shadow: none !important;
255
	}
245
        .left_panel_info {
246
            margin-top: 15px;
247
            margin-left: -10px;
248
            max-width: 250px;
249
        }
250

  
251
        .right_panel_info {
252
            margin-top: 15px;
253
            margin-right: -15px;
254
        }
255

  
256
        .card-cus-bottom {
257
            background-color: $theme-color-five;
258
        }
259

  
260
        .inter_info {
261
            &:before {
262
                background-image: url(../images/interface/Button_Info_50.png);
263
                width: 60px;
264
                height: 60px;
265
            }
266
        }
267

  
268
        .inter_like {
269
            display: none;
270
            &:before {
271
                background-image : url(../images/interface/Hearth_Empty_50.png);
272
                width: 60px;
273
                height: 60px;
274
            }
275
        }
276

  
277
        .inter_like_filled {
278
            &:before {
279
                background-image : url(../images/interface/Hearth_Filled_50.png);
280
                width: 60px;
281
                height: 60px;
282
            }
283
        }
284

  
285
        .inter_info, .inter_like, .inter_like_filled {
286
            padding: 0;
287
            &:focus, &:active, &:hover {
288
                background-color: transparent !important;
289
                border-color: transparent !important;
290
                outline: none !important;
291
                box-shadow: none !important;
292
            };
293
        }
294
    }
256 295

  
257 296
    .monButton {
258 297

  

Také k dispozici: Unified diff