form class
This commit is contained in:
parent
fe7b9c43fb
commit
a1947c65ca
15
style.css
15
style.css
@ -97,6 +97,21 @@ html[dir='rtl'] .icon {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form {
|
||||||
|
background-color: white;
|
||||||
|
border-radius: 2px;
|
||||||
|
box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
|
||||||
|
box-sizing: border-box;
|
||||||
|
color: black;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin: 1em auto 0;
|
||||||
|
max-width: 640px;
|
||||||
|
padding: 10px 2px 1px 5px;
|
||||||
|
width: 100%;
|
||||||
|
font-family: 'Segoe UI', Tahoma, sans-serif;
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
||||||
|
|
||||||
.footer{
|
.footer{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: gray;
|
color: gray;
|
||||||
|
Loading…
Reference in New Issue
Block a user