refactor: folders and components
This commit is contained in:
13
src/components/schedule/tabs/other/other.component.css
Normal file
13
src/components/schedule/tabs/other/other.component.css
Normal file
@ -0,0 +1,13 @@
|
||||
.header-menu {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: var(--mat-menu-container-color);
|
||||
z-index: 1;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.button-group {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
Reference in New Issue
Block a user