Minor visual changes
This commit is contained in:
@@ -20,11 +20,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<button class="icon raised" matRipple matTooltip="Définir une alerte dans X minutes">
|
<button class="raised" matRipple matTooltip="Définir une alerte dans X minutes">
|
||||||
<mat-icon>update</mat-icon>
|
<mat-icon>update</mat-icon>
|
||||||
</button>
|
Rappel
|
||||||
<button class="icon raised alert" matRipple>
|
|
||||||
<mat-icon>delete</mat-icon>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@@ -104,9 +104,18 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
padding: 1rem;
|
padding: .5rem 1rem;
|
||||||
|
|
||||||
|
button {
|
||||||
|
display: flex;
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input, textarea, mat-icon, check-box {
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
@@ -36,6 +36,7 @@ button {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
transition: background-color .2s ease-out,
|
transition: background-color .2s ease-out,
|
||||||
border-color .2s ease-out;
|
border-color .2s ease-out;
|
||||||
@@ -61,5 +62,10 @@ button {
|
|||||||
&.alert {
|
&.alert {
|
||||||
background: #F93154;
|
background: #F93154;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
|
:hover {
|
||||||
|
background-color: #f83e5d;
|
||||||
|
border-color: #b91b35;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user