N°2847 - Action buttons

This commit is contained in:
Eric
2020-09-25 16:02:18 +02:00
parent 6969e4db1b
commit bfd4ba16d9
22 changed files with 755 additions and 549 deletions

View File

@@ -20,4 +20,5 @@
@import "form";
@import "input";
@import "fieldset";
@import "field";
@import "field";
@import "toolbar";

View File

@@ -303,8 +303,13 @@ $ibo-button-icon--padding-right: 4px !default;
& ~ .ibo-button {
margin-left: 5px;
}
&.ibo-action-button {
float: right;
}
}
.ibo-button-icon {
padding-right: $ibo-button-icon--padding-right;
}
}

View File

@@ -0,0 +1,8 @@
/*!
* copyright Copyright (C) 2010-2020 Combodo SARL
* license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-action-toolbar {
position: relative;
}