Add medallion icon block

This commit is contained in:
Stephen Abello
2021-02-23 10:47:58 +01:00
parent c3cb4fbe75
commit defa1e40e1
6 changed files with 142 additions and 1 deletions

View File

@@ -31,4 +31,5 @@
@import "formtablerow";
@import "search-form";
@import "field-badge";
@import "file-select";
@import "file-select";
@import "medallion-icon";

View File

@@ -0,0 +1,21 @@
/*!
* copyright Copyright (C) 2010-2021 Combodo SARL
* license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-medallion-icon{
display: flex;
padding: 13px 0px
}
.ibo-medallion--image{
border-radius: $ibo-border-radius-full;
background-color: $ibo-color-blue-200;
height: 48px;
width: 48px;
padding: 2px;
}
.ibo-medallion-icon--description{
display: inline-block;
padding-left: 8px;
}