salix/services/mailer/static/css/component.css

137 lines
1.9 KiB
CSS

img {
margin: 0
}
p {
text-align: justify
}
.wrapper {
background-color: #EEE
}
.container {
font-family: arial, sans-serif;
max-width: 600px;
min-width: 320px;
font-size: 16px;
margin: 0 auto;
color: #555
}
.title {
background-color: #95d831;
text-align: center;
padding: 35px 0
}
.title h1 {
font-size: 32px;
color: #333;
margin: 0
}
.body {
background-color:#FFF;
padding: 20px
}
.body a {
color: #8dba25
}
.body h1 {
color: #999
}
.body h3 {
font-size: 16px
}
.panel {
border: 1px solid #DDD;
margin-bottom: 10px;
padding:10px
}
.row {
margin-bottom: 15px;
overflow: hidden;
content: '';
clear: both
}
.row .text {
margin-bottom: 5px
}
.row .control {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.row .description {
font-size: 8px;
color: #999
}
.row .v-align {
padding-top: 5px;
line-height: 21px
}
.row:last-child {
margin-bottom: 0
}
.row.inline .text {
margin-bottom: 0;
width: 40%;
float: left
}
.row.inline .control {
font-weight: bold;
padding-left: 20px;
color: #000;
width: 60%;
float: left
}
.box {
border-top: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
font-weight: bold;
text-align: center;
padding-top: 4px;
width: 25px;
height: 21px;
color: #000;
float: left
}
.row .control .box:first-child {
border-left: 1px solid #CCC;
}
.attachment {
overflow: hidden;
margin-top: 10px
}
.attachment:after {
content: ' ';
display: block;
clear: both
}
.attachment-icon {
float: left
}
.attachment span {
padding: 16px 0 0 10px;
float: left
}