Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / pass / components / Layout / Section / Content.scss
blobd846e63f2521a6db1950dd3514d5f3bf43f1bf43
1 #content {
2         inline-size: 59.67%;
3         block-size: 100%;
4         flex-shrink: 0;
5         background-color: var(--background-norm);
6         border-inline-start: 1px solid var(--border-weak);
8         // When the Content is empty, hide it completely
9         // let the sidebar take full-width.
10         &:empty {
11                 display: none;
12         }