8,959
edits
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| /* Kitchen Sink Logo*/ | |||
| .lifebar-frame { | |||
|     display: flex; | |||
|     align-items: center; | |||
|     justify-content: space-between; | |||
|     width: 100%; | |||
| } | |||
| .lifebar-bundle { | |||
|     display: flex; | |||
|     align-items: center; | |||
| } | |||
| .lifebar-edge { | |||
|     width: 20px; | |||
|     height: 40px; | |||
|     background-color: #000; | |||
| } | |||
| .lifebar-left-edge { | |||
|     margin-right: 10px; | |||
| } | |||
| .lifebar-right-edge { | |||
|     margin-left: 10px; | |||
| } | |||
| .lifebar-connector { | |||
|     width: 50px; | |||
|     height: 2px; | |||
|     background-color: #000; | |||
| } | |||
| .lifebar-caption { | |||
|     margin-left: 15px; | |||
|     font-size: 16px; | |||
| } | |||
| /* Setlist */ | /* Setlist */ | ||