32 lines
573 B
CSS
Executable File
32 lines
573 B
CSS
Executable File
/* --- Basis-Layout-Regeln --- */
|
|
body {
|
|
background-color: #e6e6e6ff;
|
|
padding-top: 56px !important; /* Korrigiert, um Platz für das Menü zu schaffen */
|
|
}
|
|
|
|
.container {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
pre {
|
|
background-color: #e9ecef;
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
/* --- App-spezifische Stile --- */
|
|
.color-preview {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.material-symbols-outlined {
|
|
font-variation-settings:
|
|
'FILL' 0,
|
|
'wght' 100,
|
|
'GRAD' 0,
|
|
'opsz' 24
|
|
} |