mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 07:11:17 +00:00
Merge pull request #722 from sharelatex/hb-publish-layout-updates
Add border-radius to overbox on submit modal
This commit is contained in:
commit
3a33fef42c
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin-top: @line-height-computed / 2;
|
margin-top: @line-height-computed / 2;
|
||||||
border: 1px solid @gray-lighter;
|
border: 1px solid @gray-lighter;
|
||||||
|
border-radius: 9px;
|
||||||
}
|
}
|
||||||
.content-as-table {
|
.content-as-table {
|
||||||
.table-content,
|
.table-content,
|
||||||
|
|
Loading…
Reference in a new issue