[FIX] Changed cmsPage Style (#15632)

pull/15733/head
gabriellsh 6 years ago committed by Guilherme Gazzo
parent 4627f66f12
commit 29d3e8cebc
  1. 13
      app/theme/client/imports/general/base_old.css

@ -5032,6 +5032,19 @@ rc-old select,
.rc-old .messages-container .message-form > .formatting-tips {
display: none;
}
.cms-page {
padding: 0;
&__content {
margin: 0;
padding: 0 1rem 1rem;
}
& .cms-page-close {
margin-top: 10px;
}
}
}
@media (height <= 480px) {

Loading…
Cancel
Save