Skip to content
Snippets Groups Projects
Commit 5ae46102 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(style): add rouded class for buttons

parent 27584f1a
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -216,7 +216,7 @@
<ng-container *ngIf="style === buttonTypeEnum.CheckButton">
<button
class="btn-regular tertiary checkButton"
class="btn-regular tertiary rounded checkButton"
type="{{ type }}"
(click)="doAction()"
[disabled]="disabled"
......
......@@ -219,6 +219,10 @@ button {
padding-right: 6px !important;
}
}
&.rounded {
border-radius: 20px;
}
.text {
position: relative;
top: -1px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment