snapshot: preserve handbook, bilingual phase 2, and logo updates
This commit is contained in:
@@ -235,7 +235,7 @@ body {
|
||||
|
||||
.add-option-form {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) auto;
|
||||
grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) auto;
|
||||
gap: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -260,6 +260,7 @@ body {
|
||||
border: 1px solid #e2e8f0;
|
||||
padding: 7px 8px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.option-table th {
|
||||
@@ -300,6 +301,8 @@ body {
|
||||
|
||||
.options-actions {
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@media (max-width: 1120px) {
|
||||
|
||||
13
backend/workflows/static/workflows/img/tubco-logo.svg
Normal file
13
backend/workflows/static/workflows/img/tubco-logo.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="420" height="110" viewBox="0 0 420 110" role="img" aria-labelledby="title desc">
|
||||
<title id="title">TUBCO</title>
|
||||
<desc id="desc">TUBCO wordmark</desc>
|
||||
<rect width="420" height="110" fill="white"/>
|
||||
<g transform="translate(8 12)">
|
||||
<text x="0" y="46" font-family="Arial, Helvetica, sans-serif" font-size="58" font-weight="700" letter-spacing="-2">
|
||||
<tspan fill="#000078">TUB</tspan><tspan fill="#c31924">CO</tspan>
|
||||
</text>
|
||||
<text x="2" y="82" font-family="Georgia, 'Times New Roman', serif" font-size="24" fill="#000078" letter-spacing="0.8">
|
||||
TU BERLIN CORPORATE
|
||||
</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 663 B |
Reference in New Issue
Block a user