mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-26 13:41:47 +00:00
Refactor details panel to use React Semantic Components (#98)
This commit is contained in:
@@ -143,9 +143,25 @@ div.zoom {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.ui.segments.details {
|
||||
margin: 0px !important;
|
||||
border: 0px !important;
|
||||
.details {
|
||||
padding: 15px 0px;
|
||||
border-bottom: 1px solid rgba(34,36,38,.15);
|
||||
}
|
||||
|
||||
.details .ui.items .item .content {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.details .event-header {
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.details .event-header .header {
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
min-width: 40%;
|
||||
}
|
||||
|
||||
.ui.form .field.no-margin {
|
||||
|
||||
Reference in New Issue
Block a user