Browse
For agents
About
WPGet API – Connect to any external REST API
/
2.2.2
WPGet API – Connect to any external REST API
v2.2.2
Switch version
1.9.2
1.9.3
1.9.4
1.9.5
1.9.6
1.9.7
1.9.8
1.9.9
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.1.0
2.1.1
2.1.3
2.1.4
2.1.5
2.2.0
2.2.1
2.2.10
2.2.2
2.2.3
All 97 releases
Overview
Code
wpgetapi
/
lib
/
cmb2
/
css
/
sass
/
partials
/
_char_counter.scss
_char_counter.scss
in WPGet API – Connect to any external REST API 2.2.2, at lib/cmb2/css/sass/partials/_char_counter.scss
28 lines
503 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
--------------------------------------------------------------
2
* Character counter
3
--------------------------------------------------------------
*/
4
5
.
cmb2-char-counter-wrap
{
6
margin
:
.5
em
0
1
em
;
7
8
input
[
type="text"
]
=
"
text"
"
]
{
9
font-size
:
12
px
;
10
width
:
25
px
;
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
:
1
em
;
28
}