| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .crowi-plus.main-container {
- .flex-title-line {
- // the container of h1
- div:first-child {
- margin-right: auto;
- }
- ul.authors {
- margin: 0;
- li {
- display: flex;
- list-style: none;
- font-size: 12px;
- .creator-picture {
- width: 24px;
- height: 24px;
- margin-right: 10px;
- }
- }
- li:first-child {
- margin-bottom: 10px;
- }
- }
- }
- // hide authors in affix
- .main #page-header.affix {
- .authors {
- display: none !important;
- }
- }
- }
- // for not_found.html
- .crowi-plus.main-container {
- .message-not-found {
- margin-left: 0;
- }
- .content-main.content-main-not-found {
- .nav {
- margin-top: 32px;
- }
- }
- }
- .crowi-plus .crowi-plus-widget.page-list-container {
- margin-top: 30px;
- .tab-content {
- margin-top: 15px;
- }
- }
|