salix/print/report/email-footer/assets/css/style.css

59 lines
849 B
CSS
Raw Normal View History

2019-01-28 11:28:22 +00:00
@media (max-width: 400px) {
.buttons a {
display: block;
width: 100%
}
}
2019-01-22 08:55:35 +00:00
.buttons {
width: 100%
}
.buttons a {
2019-01-28 11:28:22 +00:00
display: inline-block;
box-sizing: border-box;
2019-01-22 08:55:35 +00:00
text-decoration: none;
2019-01-28 11:28:22 +00:00
font-size: 16px;
color: #fff;
width: 50%
2019-01-22 08:55:35 +00:00
}
.buttons .btn {
background-color: #333;
text-align: center
}
.buttons .btn .text {
display: inline-block;
2019-01-28 11:28:22 +00:00
padding: 22px 0
2019-01-22 08:55:35 +00:00
}
.buttons .btn .icon {
background-color: #95d831;
2019-01-28 11:28:22 +00:00
box-sizing: border-box;
2019-01-22 08:55:35 +00:00
text-align: center;
2019-01-28 11:28:22 +00:00
padding: 16.5px 0;
2019-01-22 08:55:35 +00:00
float: right;
width: 70px
}
.networks {
background-color: #555;
text-align: center;
padding: 20px 0
}
.networks a {
text-decoration: none;
margin-right: 5px
}
.networks a img {
margin: 0
}
.privacy {
padding: 20px 0;
font-size: 10px;
font-weight: 100
}