magento2-docker/app/code/IpSupply/CustomerComplain/view/frontend/web/css/customercomplain.css

31 lines
589 B
CSS
Executable File

.ips__customer_complain_page {
display: inline;
width: 100%;
}
.ips__customer_complain_page h1 {
text-transform: uppercase;
font-weight: 900;
margin-bottom: 0px;
}
.ips__customer_complain_page .ips__form_label {
margin-top: 20px;
margin-bottom: 5px;
font-weight: 600;
}
.ips__customer_complain_page .ips__form_label .ips__required {
color: red;
}
.ips__customer_complain_page .btn_submit {
padding: 10px;
background-color: rgb(0, 153, 255);
color: white;
}
.ips__customer_complain_page select {
margin-top: 20px;
width: 200px;
}