feat(ui): image tabblad toegevoegd
This commit is contained in:
@@ -390,4 +390,31 @@ pre{
|
||||
|
||||
.file-folder-files{
|
||||
margin-left: 18px;
|
||||
}
|
||||
.data-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.data-table th,
|
||||
.data-table td {
|
||||
padding: 8px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.badge {
|
||||
padding: 4px 8px;
|
||||
border-radius: 4px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.badge-green {
|
||||
background: #2ecc71;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.badge-yellow {
|
||||
background: #f1c40f;
|
||||
color: black;
|
||||
}
|
||||
Reference in New Issue
Block a user