mirror of
https://github.com/apache/superset.git
synced 2026-06-06 16:19:18 +00:00
19 lines
232 B
CSS
19 lines
232 B
CSS
.main-text {
|
|
text-align: center;
|
|
font-size: 36px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.data-title{
|
|
font-size: 26px;
|
|
font-weight: strong;
|
|
}
|
|
|
|
table {
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
|
|
td {
|
|
vertical-align: middle;
|
|
}
|