mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
15 lines
220 B
CSS
15 lines
220 B
CSS
/* Override theme styles */
|
|
|
|
.cloud-card img {
|
|
right: -30px !important;
|
|
}
|
|
|
|
.enterprise-card img {
|
|
right: -25px !important;
|
|
}
|
|
|
|
.cloud-card,
|
|
.enterprise-card,
|
|
.opensource-card {
|
|
padding: 20px 30px !important;
|
|
} |