File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
routes/(console)/organization-[organization] Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 91
91
top : 0 ;
92
92
width : 100% ;
93
93
height : 100% ;
94
- padding-left : 30 vw ;
94
+ padding-left : 25 vw ;
95
95
position : absolute ;
96
96
97
97
@media (max-width : 768px ) {
101
101
}
102
102
}
103
103
104
- @media (max-width : 768px ) {
105
- :global (.top-banner-button.position ) {
104
+ :global(.top-banner-button.position ) {
105
+ z-index : 1 ;
106
+ @media (max-width : 768px ) {
106
107
position : absolute ;
108
+ padding-block-start : 1rem ;
107
109
padding-block-end : 3.7625rem ;
108
110
}
109
111
}
Original file line number Diff line number Diff line change 23
23
{#if $organization ?.$id && remainingDays > 0 && ! hideBillingHeaderRoutes .includes (page .url .pathname ) && show }
24
24
<GradientBanner variant ="image" on:close ={handleClose }>
25
25
<div class =" banner-fullwidth-grid" >
26
- <Typography .Text >
26
+ <Typography .Text color = " --fgcolor-neutral-primary " >
27
27
Your enterprise trial expires in <Badge
28
+ size =" xs"
28
29
variant =" secondary"
29
30
content ={remainingDays .toString ()} /> days.
30
31
</Typography .Text >
31
32
32
- <Button secondary fullWidthMobile href ={upgradeUrl }>Upgrade</Button >
33
+ <Button size = "xs" secondary fullWidthMobile href ={upgradeUrl }>Upgrade</Button >
33
34
</div >
34
35
</GradientBanner >
35
36
{/if }
54
55
> :global(:last-child ) {
55
56
grid-column : 3 ;
56
57
justify-self : end ;
58
+ margin-inline-end : 4px ;
57
59
}
58
60
59
61
@media (max-width : 768px ) {
You can’t perform that action at this time.
0 commit comments