forked from CGM_Public/pretix_original
Layout refresh for plugin settings page (#2490)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -675,6 +675,56 @@ h1 .label {
|
||||
}
|
||||
}
|
||||
|
||||
.plugin-category {
|
||||
clear: both;
|
||||
padding: 15px 15px;
|
||||
}
|
||||
.plugin-list {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 15px;
|
||||
.plugin-container {
|
||||
flex-basis: 100%;
|
||||
flex-shrink: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
padding-top: 15px;
|
||||
}
|
||||
h4 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.plugin-picture {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
height: 32px;
|
||||
object-fit: contain;
|
||||
}
|
||||
.featured-plugin {
|
||||
flex: 1;
|
||||
min-width: 28em;
|
||||
border-top: none;
|
||||
padding-top: 0;
|
||||
|
||||
.panel {
|
||||
border-left: 5px solid $brand-primary;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
|
||||
.plugin-text {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.plugin-picture {
|
||||
height: 64px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.answer-thumb img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user