destination design

This commit is contained in:
2025-08-20 13:11:38 +05:45
parent dc4a1cdc0b
commit a59c9a46db
3 changed files with 159 additions and 2 deletions

View File

@@ -1294,6 +1294,38 @@ margin: 10px 0;
display: none;
}
.tab-container .title-small{
font-size: 20px;
font-weight: 600;
padding-bottom: 10px;
color: black;
}
.tab-container .para{
font-size: 16px;
font-weight: 400;
padding-bottom: 10px;
color: black;
}
.tab-container .paraa{
color: black;
}
.tab-container .para-slant{
font-size: 16px;
font-weight: 400;
padding-bottom: 10px;
color: black;
font-style: italic;
}
.tab-container ul.list-disc li{
list-style: disc;
}
.tab-container ol.list-alpha li{
list-style: lower-alpha;
}
.tab-content.active {
display: block;
}
@@ -3440,6 +3472,22 @@ justify-content: space-between;
}
}
.tabs-table{
border: 1px solid gray;
padding: 20px;
}
.tabs-table td{
border-right: 1px solid gray;
padding: 10px;
}
.tabs-table thead td{
font-weight: bold;
font-size: 16px;
}
.tabs-table tbody td{
font-weight: 400;
font-size: 14px;
}