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
5ed95694da
commit
7e86e21107
2 changed files with 6 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
|||
.publish-guide .form-control,
|
||||
.publish-guide .form-control-box {
|
||||
width: '30%';
|
||||
}
|
|
@ -8,9 +8,10 @@
|
|||
@import "_ol_style_includes.less";
|
||||
@import "components/embed-responsive.less";
|
||||
@import "components/icons.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