integrated icons
This commit is contained in:
@@ -7,4 +7,32 @@ $pad_btn: 0.5em;
|
||||
// background-color: $btns_back;
|
||||
cursor: pointer;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
span.icon{
|
||||
background-repeat: no-repeat;
|
||||
background-position: middle center;
|
||||
background-size: contain;
|
||||
display: inline-block;
|
||||
vertical-align:bottom;
|
||||
width: 2em;
|
||||
height:2em;
|
||||
&.terraindevie{
|
||||
background-image: url('./icons/terraindevie.svg');
|
||||
}
|
||||
&.proximite{
|
||||
background-image: url('./icons/proximite.svg');
|
||||
}
|
||||
&.superposition{
|
||||
background-image: url('./icons/superposition.svg');
|
||||
}
|
||||
&.puissancedagir{
|
||||
background-image: url('./icons/puissancedagir.svg');
|
||||
}
|
||||
&.action{
|
||||
background-image: url('./icons/action.svg');
|
||||
}
|
||||
&.doleancer{
|
||||
background-image: url('./icons/doleancer.svg');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user