Set width of Name column in portfolio managers table.

Delete unused table styles.
This commit is contained in:
leigh-mil 2020-01-07 09:57:46 -05:00
parent da398bf1ff
commit ffa4a1370c
2 changed files with 3 additions and 41 deletions

View File

@ -21,24 +21,8 @@ table.atat-table {
text-align: right; text-align: right;
} }
&--align-center { &--third {
text-align: center; width: 33%;
}
&--shrink {
width: 1%;
}
&--expand {
width: 100%;
}
&--hide-small {
display: none;
@include media($medium-screen) {
display: table-cell;
}
} }
} }
} }
@ -83,28 +67,6 @@ table.atat-table {
@include panel-margin; @include panel-margin;
&__header {
@include panel-base;
@include panel-theme-default;
border-top: none;
border-bottom: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: $gap * 2;
&__title {
@include h4;
font-size: $lead-font-size;
justify-content: space-between;
flex: 2;
}
}
table { table {
margin-bottom: 0; margin-bottom: 0;
} }

View File

@ -13,7 +13,7 @@
<table class="atat-table"> <table class="atat-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th class="table-cell--third">Name</th>
<th>Portfolio Permissions</th> <th>Portfolio Permissions</th>
</tr> </tr>
</thead> </thead>