refactor: folders and components
This commit is contained in:
14
src/components/schedule/tabs/tabs.component.css
Normal file
14
src/components/schedule/tabs/tabs.component.css
Normal file
@ -0,0 +1,14 @@
|
||||
.padding-content div {
|
||||
padding: 30px 15px;
|
||||
}
|
||||
|
||||
.margin-other-button {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
justify-content: space-around;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.margin-other-button app-schedule-tabs-other {
|
||||
margin-right: 15px;
|
||||
}
|
Reference in New Issue
Block a user