| #footer {
|
| display: flex;
|
| flex-shrink: 0;
|
| font-size: 14px;
|
| height: 45px;
|
| justify-content: center
|
| }
|
|
|
| #footer button {
|
| border-radius: 5px;
|
| color: #b7c5d1;
|
| display: inline-block;
|
| height: 100%;
|
| width: 45px
|
| }
|
|
|
| #footer .help.notified:after {
|
| background: #415364;
|
| background: var(--body-bg-color);
|
| border-radius: 50%;
|
| bottom: 10px;
|
| color: #50a656;
|
| color: var(--link-color);
|
| content: "\f021";
|
| font-size: 10px;
|
| padding: 2px;
|
| position: absolute;
|
| right: 7px
|
| }
|