Commit 9f2ea66ff16581bb7506687e2ac1ac7d6a0da029
1 parent
e388a1a8
123
Showing
1 changed file
with
17 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
@@ -1749,6 +1749,23 @@ p.right{text-align: right;} | @@ -1749,6 +1749,23 @@ p.right{text-align: right;} | ||
1749 | line-height: 18px; | 1749 | line-height: 18px; |
1750 | } | 1750 | } |
1751 | 1751 | ||
1752 | + | ||
1753 | + | ||
1754 | +.form-comm-wr .control-label{display: none;} | ||
1755 | +.form-comm-wr input, .form-comm-wr textarea { | ||
1756 | + text-transform: uppercase; | ||
1757 | + font-size: 11px; | ||
1758 | + font-weight: 900; | ||
1759 | + border-radius: 0px; | ||
1760 | + margin-top: -1px; | ||
1761 | + outline: none; | ||
1762 | + resize: none; | ||
1763 | + padding: 14px; | ||
1764 | + letter-spacing: 0.5px; | ||
1765 | + box-shadow: none!important; | ||
1766 | + border: 1px solid rgb(204, 204, 204)!important; | ||
1767 | +} | ||
1768 | + | ||
1752 | /**/ | 1769 | /**/ |
1753 | @media (min-width: 1200px){ | 1770 | @media (min-width: 1200px){ |
1754 | .nav_up{ | 1771 | .nav_up{ |