mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-09 12:02:53 +00:00
16 lines
158 B
SCSS
16 lines
158 B
SCSS
.form-field {
|
|
width: 100%;
|
|
}
|
|
|
|
th {
|
|
border: 0px!important;
|
|
}
|
|
|
|
th.mat-header-cell {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
td.mat-cell {
|
|
padding-top: 15px;
|
|
}
|