SDA-1510: add sda title bar class

This commit is contained in:
Vishwas Shashidhar 2019-10-15 14:25:27 +05:30
parent 2b7a0aa8ae
commit 202e8037bd

View File

@ -111,3 +111,8 @@
z-index: 3000;
bottom: 0;
}
.sda-title-bar {
display: flex;
flex-direction: row;
}