21 lines
352 B
CSS
Raw Normal View History

2016-12-29 12:16:30 +01:00
.esh-app-footer {
2016-12-29 17:56:48 +01:00
background-color: #000000;
border-top: 1px solid #EEEEEE;
margin-top: 2.5rem;
padding-bottom: 2.5rem;
padding-top: 2.5rem;
width: 100%;
}
.esh-app-footer-brand {
2016-12-29 12:16:30 +01:00
height: 50px;
2016-12-29 17:56:48 +01:00
width: 230px;
}
.esh-app-footer-text {
2016-12-29 12:16:30 +01:00
color: #83D01B;
line-height: 50px;
text-align: right;
2016-12-29 17:56:48 +01:00
width: 100%;
}