We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46cafd commit d084baeCopy full SHA for d084bae
2 files changed
themes/openstack/scss/vmwaremigration.scss
@@ -191,6 +191,13 @@ table.vmwmigration-table {
191
.vmwmigration-table th {
192
background-color: #f2f2f2;
193
font-weight: bold;
194
+ font-size: 20px;
195
+}
196
+.vmwmigration-table th.th-openstack {
197
+ background-color: #bc1518;
198
+ color: white;
199
+ font-weight: bold;
200
201
}
202
.vmwmigration-table tr:nth-child(even) {
203
background-color: #f9f9f9;
@@ -213,6 +220,11 @@ table.vmwmigration-table {
213
220
margin-top: 20px;
214
221
215
222
223
+.vmwmigration-table-source {
224
+ font-size: 10px;
225
+ font-style: italic;
226
227
+
216
228
/* -- 5 Columns -- */
217
229
218
230
.row.five-columns {
0 commit comments