clan-core/pkgs/clan-app/clan_app/assets/style.css

67 lines
839 B
CSS
Raw Normal View History

/* Insert custom styles here */
navigation-view {
padding: 5px;
/* padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px; */
}
avatar {
margin: 2px;
}
.trust {
2024-02-13 08:15:43 +00:00
padding-top: 25px;
padding-bottom: 25px;
2024-01-20 12:15:25 +00:00
}
.join-list {
margin-top: 1px;
margin-left: 2px;
margin-right: 2px;
}
2024-02-13 08:15:43 +00:00
.progress-bar {
margin-right: 25px;
min-width: 200px;
}
2024-01-31 03:50:02 +00:00
.group-list {
background-color: inherit;
}
.group-list > .activatable:hover {
2024-02-13 08:15:43 +00:00
background-color: unset;
2024-01-31 03:50:02 +00:00
}
2024-01-31 03:50:02 +00:00
.group-list > row {
margin-top: 12px;
border-bottom: unset;
}
2024-01-20 12:15:25 +00:00
.vm-list {
margin-top: 25px;
margin-bottom: 25px;
}
.no-shadow {
box-shadow: none;
}
2024-01-21 11:12:08 +00:00
.search-entry {
margin-bottom: 12px;
}
searchbar {
margin-bottom: 25px;
}
2024-03-10 12:18:01 +00:00
.log-view {
margin-top: 12px;
font-family: monospace;
padding: 8px;
}