forked from crunk/distribusi-verse
33 lines
425 B
CSS
33 lines
425 B
CSS
#publicthemes > ul {
|
|
max-height: 20em;
|
|
overflow: auto;
|
|
}
|
|
|
|
#publicthemes > ul > li{
|
|
word-break: break-all;
|
|
}
|
|
|
|
.workflow{
|
|
margin-top: 1em;
|
|
padding: 0.5em;
|
|
background-color:#fdfdfd;
|
|
text-decoration: none;
|
|
scroll-behavior: smooth;
|
|
border-style: outset;
|
|
}
|
|
|
|
.workflow > p {
|
|
padding-left: 1em;
|
|
}
|
|
|
|
.workflow > h2 {
|
|
padding-left: 0.4em;;
|
|
}
|
|
|
|
.workflow input{
|
|
max-width: 20em;
|
|
}
|
|
.new_divider {
|
|
height: 5em;
|
|
}
|