global nav-bar-size css variable

This commit is contained in:
svetlagasheva 2020-01-09 18:25:36 +02:00
parent c59efd0165
commit 709960e939
3 changed files with 1 additions and 2 deletions

View file

@ -10,6 +10,7 @@
--landscape-shape-ratio: 0.5625;
--poster-shape-ratio: 1.464;
--scroll-bar-width: 6px;
--nav-bar-size: 3.2rem;
--focus-outline-size: 2px;
--color-facebook: #4267b2;
--color-twitter: #1DA1F2;

View file

@ -1,5 +1,4 @@
.nav-bar-container {
--nav-bar-size: 3.2rem;
display: flex;
flex-direction: row;
align-items: center;

View file

@ -1,5 +1,4 @@
.toast-container {
--nav-bar-size: 3.2rem;
position: absolute;
top: var(--nav-bar-size);
right: 0;