mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Stylesheet for publish modal
This commit is contained in:
parent
9feb8ef39f
commit
f38c637f31
2 changed files with 6 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
|||
.publish-guide .form-control,
|
||||
.publish-guide .form-control-box {
|
||||
width: '30%';
|
||||
}
|
|
@ -9,9 +9,10 @@
|
|||
@import "components/embed-responsive.less";
|
||||
@import "components/icons.less";
|
||||
@import "components/pagination.less";
|
||||
@import "components/publish-modal.less";
|
||||
|
||||
// Pages
|
||||
@import "app/about.less";
|
||||
@import "app/blog-posts.less";
|
||||
@import "app/cms-page.less";
|
||||
@import "app/portals.less";
|
||||
@import "app/portals.less";
|
||||
|
|
Loading…
Reference in a new issue