Skip to content

Commit

Permalink
correct table content
Browse files Browse the repository at this point in the history
  • Loading branch information
iamweswilson committed Aug 9, 2024
1 parent a46cafd commit d084bae
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 120 deletions.
12 changes: 12 additions & 0 deletions themes/openstack/scss/vmwaremigration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ table.vmwmigration-table {
.vmwmigration-table th {
background-color: #f2f2f2;
font-weight: bold;
font-size: 20px;
}
.vmwmigration-table th.th-openstack {
background-color: #bc1518;
color: white;
font-weight: bold;
font-size: 20px;
}
.vmwmigration-table tr:nth-child(even) {
background-color: #f9f9f9;
Expand All @@ -213,6 +220,11 @@ table.vmwmigration-table {
margin-top: 20px;
}

.vmwmigration-table-source {
font-size: 10px;
font-style: italic;
}

/* -- 5 Columns -- */

.row.five-columns {
Expand Down
Loading

0 comments on commit d084bae

Please sign in to comment.