Snyggare till stilmallen
This commit is contained in:
@@ -1,25 +1,44 @@
|
||||
#hv-schema {
|
||||
padding: 10px;
|
||||
font-family: Arial;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 14px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.hv-item {
|
||||
border: 1px solid #ccc;
|
||||
padding: 8px;
|
||||
margin-bottom: 6px;
|
||||
border-radius: 4px;
|
||||
padding: 12px 16px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 6px;
|
||||
background: #fafafa;
|
||||
transition:
|
||||
background 0.2s,
|
||||
box-shadow 0.2s;
|
||||
}
|
||||
|
||||
.hv-item:hover {
|
||||
background: #f5f5f5;
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.hv-kurs {
|
||||
font-weight: bold;
|
||||
color: #003366;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.hv-moment {
|
||||
font-style: italic;
|
||||
}
|
||||
.hv-datum,
|
||||
.hv-tid {
|
||||
color: #333;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.hv-lokal {
|
||||
color: #660000;
|
||||
font-weight: bold;
|
||||
margin-top: 6px;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
.hv-datetime {
|
||||
display: flex;
|
||||
font-size: 0.95rem;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
margin: 2px 0 4px 0;
|
||||
}
|
||||
.hv-item i {
|
||||
color: hsl(0, 50%, 60%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user