10 lines
194 B
CSS
10 lines
194 B
CSS
|
.form-header {
|
||
|
background-color: #F2F2F2;
|
||
|
box-shadow: 0 3px 6px #00000029;
|
||
|
padding: 10px 20px;
|
||
|
color: #7A7A7A;
|
||
|
font-family: "Roboto", sans-serif;
|
||
|
z-index: 1;
|
||
|
position: relative;
|
||
|
}
|