PluginProbe
Virtue/Ascend/Pinnacle Toolkit / 4.9.12.2
Virtue/Ascend/Pinnacle Toolkit v4.9.12.2
4.9.12.2 trunk 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.7 All 48 releases
virtue-toolkit / cmb / css / sass / partials / _char_counter.scss

_char_counter.scss in Virtue/Ascend/Pinnacle Toolkit 4.9.12.2, at cmb/css/sass/partials/_char_counter.scss

28 lines 503 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*--------------------------------------------------------------
2 * Character counter
3 --------------------------------------------------------------*/
4
5 .cmb2-char-counter-wrap {
6 margin: .5em 0 1em;
7
8 input[type="text"]="text""] {
9 font-size: 12px;
10 width: 25px;
11 }
12
13 &.cmb2-max-exceeded {
14 input[type="text"]="text""] {
15 border-color: $dark-red !important;
16 }
17 .cmb2-char-max-msg {
18 display: inline-block;
19 }
20 }
21 }
22
23 .cmb2-char-max-msg {
24 color: $dark-red;
25 display: none;
26 font-weight: 600;
27 margin-left: 1em;
28 }