Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
partido-interdimensional-pirata
lumi
la web de miniloom
Commits
ccf4b103
Commit
ccf4b103
authored
Mar 02, 2020
by
void
Browse files
volver a hacer que se vean bien los iconos de estado
parent
3475d56b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/components/BarraDeEstado.vue
View file @
ccf4b103
...
...
@@ -74,7 +74,7 @@ export default {
//background: #AAA;
display
:
flex
//flex-wrap: wrap
align-items
:
flex-end
align-items
:
stretch
justify-content
:
space-around
padding
:
0
.5em
//border: 5px solid var(--accent)
...
...
src/components/IconoDeEstado.vue
View file @
ccf4b103
...
...
@@ -11,8 +11,6 @@
<IconoEnContra
v-else-if=
"tipo === 'en_contra'"
/>
<IconoIndiferente
v-else-if=
"tipo === 'indiferente'"
/>
<IconoMeComprometo
v-else-if=
"tipo === 'compromiso'"
/>
<span>
{{
label
}}
</span>
<!-- XXX -->
</span>
</
template
>
...
...
@@ -57,6 +55,7 @@ export default {
display
:
flex
flex-direction
:
column
align-items
:
center
justify-content
:
space-between
margin
:
0
0
.3em
.cantidad
align-self
:
flex-start
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment