* Adds Actions, Redicers and Middlewares * Adds Http Service * Adds Cancel option for Http Service * Adds HOC's for API Loader, Sidebar and Headers * Adds Random key generator for Routes
13 lines
211 B
CSS
13 lines
211 B
CSS
.footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 95%;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.footer>.container {
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
} |