Skip to content

Commit

Permalink
Updated license selector padding and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Jan 23, 2024
1 parent c2bba47 commit 935851d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
(click)="selectLicense(license.id)"
[value]="license.id"
id="license_option">
<span [class]="'label label-' + license.licenseLabel">{{license.licenseLabel}}</span>
<b>{{license.name}}</b>
<span [class]="'label label-default label-' + license.licenseLabel">{{license.licenseLabel}}</span>
<b class="pl-1">{{license.name}}</b>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.label-default {
background-color: grey;
}

.label-PUB {
background-color: #5cb811 !important;
}
Expand Down

0 comments on commit 935851d

Please sign in to comment.