mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1483 from sharelatex/jel-cms-table-style
Add styling for tables on CMS pages GitOrigin-RevId: 3d258c5453cd47b434a6d3804687ca044cc704eb
This commit is contained in:
parent
15a6169a06
commit
1ee4a1816c
1 changed files with 21 additions and 0 deletions
|
@ -87,6 +87,27 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Tables
|
||||
*/
|
||||
.table-styled {
|
||||
overflow: hidden;
|
||||
overflow-x: auto;
|
||||
table {
|
||||
background: white;
|
||||
max-width: none;
|
||||
th, td {
|
||||
border: 1px solid @gray-lighter;
|
||||
padding: @padding-sm;
|
||||
text-align: center;
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
.fa-check-square {
|
||||
color: @ol-green;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
universities page
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue