136 lines
1.3 KiB
SCSS
Executable File
136 lines
1.3 KiB
SCSS
Executable File
html, body {
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
body{
|
|
font-family:"Lato", "Arial", sans-serif;
|
|
font-weight:400;
|
|
line-height:1.5;
|
|
text-align:justify;
|
|
background-color: #ededed;
|
|
font-size:15px;
|
|
color:#55595B;
|
|
padding:0;
|
|
|
|
|
|
|
|
}
|
|
|
|
h1, h2, h3,h4{
|
|
font-weight:400 ;
|
|
font-family:"Lato","Helvetica", "Arial", sans-serif;
|
|
text-align:left;
|
|
}
|
|
|
|
|
|
|
|
|
|
h1{
|
|
font-size:30px;
|
|
|
|
|
|
}
|
|
|
|
h4{
|
|
font-size:1.1em;
|
|
margin-bottom:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
img{
|
|
max-width:100%;
|
|
|
|
}
|
|
|
|
a{
|
|
color:rgba(66,139,202,1);
|
|
text-decoration:none;
|
|
|
|
&:hover{
|
|
color:#68b9ff;
|
|
|
|
}
|
|
|
|
img{
|
|
|
|
border:0;
|
|
}
|
|
|
|
}
|
|
|
|
.right{
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
|
.clear{
|
|
clear:both;
|
|
}
|
|
|
|
.pagination {
|
|
text-align:center;
|
|
display:block;
|
|
.arrows, .pages{
|
|
display:inline;
|
|
}
|
|
.next,.prev, .page{
|
|
|
|
display:inline-block;
|
|
border-radius:50%;
|
|
padding:5px 10px;
|
|
|
|
margin-right:5px;
|
|
font-size:18px;
|
|
|
|
color:black;
|
|
a{
|
|
color:black;
|
|
|
|
}
|
|
|
|
}
|
|
.current{
|
|
background:#F0F0F0;
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.center{
|
|
max-width:1200px;
|
|
width:100%;
|
|
margin:auto;
|
|
}
|
|
|
|
.padding{
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
.has-error{
|
|
|
|
.form-control{
|
|
border-color: #ffb400 ;
|
|
background-color: #fff8e5 ;
|
|
}
|
|
.error{
|
|
color:#A84444;
|
|
|
|
}
|
|
}
|
|
#new_customer_form_container{
|
|
.parent{
|
|
img{
|
|
height:2em;
|
|
border-radius:50%;
|
|
|
|
}
|
|
|
|
|
|
}
|
|
} |