Project

General

Profile

1
// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2

    
3
//
4
// Component: Form password
5
//
6
// ========================================================================
7

    
8

    
9
// Variables
10
// ========================================================================
11

    
12
@form-password-font-size:                       @global-font-size - 1px;
13
@form-password-line-height:                     @form-password-font-size;
14
@form-password-color:                           @global-muted-color;
15
@form-password-hover-color:                     @global-muted-color;
16

    
17

    
18
// Miscellaneous
19
// ========================================================================
20

    
21
.hook-form-password-misc() {}
(19-19/49)