mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
plans_page: Add dashed separators.
This commit is contained in:
@@ -1203,7 +1203,6 @@ ul {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
||||||
grid-template-rows: auto;
|
grid-template-rows: auto;
|
||||||
justify-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pricing-tab {
|
.pricing-tab {
|
||||||
@@ -1292,7 +1291,20 @@ ul {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-width: 332px;
|
border-right: 1px dashed hsl(223deg 40% 25% / 20%);
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-content {
|
||||||
|
max-width: 332px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom .text-content {
|
||||||
|
max-width: 268px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-content {
|
.text-content {
|
||||||
@@ -1506,6 +1518,11 @@ ul {
|
|||||||
&::after {
|
&::after {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
border-bottom: 1px dashed hsl(223deg 40% 25% / 20%);
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.self-hosted-plan-title {
|
.self-hosted-plan-title {
|
||||||
@@ -1538,6 +1555,11 @@ ul {
|
|||||||
&::after {
|
&::after {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
border-bottom: 1px dashed hsl(223deg 40% 25% / 20%);
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user