kateb-panel/src/routes/panel/dashboard/app/app.component.scss

27 lines
231 B
SCSS
Raw Normal View History

2020-10-07 05:38:30 +00:00
section {
position: relative;
2020-10-09 11:03:42 +00:00
right: 2px;
2020-10-07 05:38:30 +00:00
display: flex;
flex-wrap: wrap;
align-items: center;
2020-10-09 11:03:42 +00:00
overflow-x: hidden;
2020-10-07 05:38:30 +00:00
mat-card{
border-radius: 0;
}
2020-10-09 11:03:42 +00:00
}
.selector {
padding: 10px;
padding-bottom: 0;;
2020-10-07 05:38:30 +00:00
}