🎨 Alignement de l'icône 'explication'

pull/138/head
mama 2017-12-18 15:22:14 +01:00
parent 1b8e212526
commit 0701b39d77
2 changed files with 8 additions and 1 deletions

View File

@ -1,10 +1,15 @@
.explicable {
display: flex;
align-items: center;
}
.explicable .icon{
text-align: center;
width: 1.3em;
line-height: 1.3em;
border-radius: .2em;
display: inline-block;
margin-left: .8em;
margin-left: .4em;
padding: .15em;
opacity: .4;
border: 1px solid transparent;

View File

@ -131,6 +131,8 @@
margin: 0;
border-radius: 1.4em;
position: relative;
/* Give some space for the explicable's icon */
max-width: 90%;
}
.step.completed .edit:hover {