Merge branch 'master' of git://github.com/thelia/thelia into french_translation
* 'master' of git://github.com/thelia/thelia: fix typo Implemented mail messages templates and layouts Email template + test email
This commit is contained in:
@@ -42,6 +42,11 @@ label {
|
||||
}
|
||||
}
|
||||
|
||||
// Textarea in fixed fonts
|
||||
textarea.fixedfont {
|
||||
font-family: @font-family-monospace;
|
||||
}
|
||||
|
||||
// FORM FIELD FEEDBACK STATES
|
||||
// --------------------------
|
||||
|
||||
@@ -73,10 +78,10 @@ form .info {
|
||||
|
||||
.search-query {
|
||||
outline: none;
|
||||
.rounded(0px);
|
||||
.rounded(0px);
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user