UNPKG
vfreg
Version:
latest (3.1.0)
3.1.0
3.0.2
3.0.1
3.0.0
Remote isolated browser platform by Dosyago
gitlab.com/i5ik/Viewfinder
i5ik/Viewfinder
vfreg
/
public
/
styles
/
form.css
14 lines
(11 loc)
•
233 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** form **/
form
fieldset
label
{
display
: inline-flex;
flex-direction
: column; }
form
fieldset
p
{
max-width
:
500px
; }
form
fieldset
.legal-agree
label
{
display
: inline-block; }