Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .table > tbody > tr > * {
- vertical-align: middle;
- }
- tr {
- text-align: center;
- }
- .ck-editor__editable_inline {
- min-height: 400px;
- }
- .custom-table {
- border: 1px solid #e0e3ec;
- }
- .custom-table thead {
- background: #007ae1;
- }
- .custom-table thead th {
- border: 0;
- color: #ffffff;
- }
- .custom-table > tbody tr:hover {
- background: #fafafa;
- }
- .custom-table > tbody tr:nth-of-type(even) {
- background-color: #ffffff;
- }
- .custom-table > tbody td {
- border: 1px solid #e6e9f0;
- }
- .no {
- color: #fff;
- font-size: 1.6em;
- background: #0d6efd;
- }
- .no-addons {
- color: #fff;
- font-size: 1.6em;
- background: #e16800;
- }
- .no-addonsFR {
- color: #fff;
- font-size: 1.6em;
- background: #5b3849;
- }
- .no-addonsNFR {
- color: #fff;
- font-size: 1.6em;
- background: #8a1948fa;
- }
- .notices {
- padding-left: 6px;
- border-left: 6px solid #0d6efd;
- background: #e7f2ff;
- padding: 10px;
- font-size: 1em;
- color: rgb(0, 0, 0);
- width: 50%;
- }
Advertisement
Add Comment
Please, Sign In to add comment