Karpetak ordenatzen ditu (#15)
* refactor: extract hooks * refactor: naming * refactor: naming * refactor: domain karpeta atontzen du * fix: og image konpontzen du * refactor: move component * refactor: move component * refactor: move component * refactor: move component
This commit is contained in:
20
front/src/views/components/Oina/Oina.module.scss
Normal file
20
front/src/views/components/Oina/Oina.module.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: var(--size-base);
|
||||
}
|
||||
|
||||
.esteka {
|
||||
&:not(:last-child) {
|
||||
margin-right: var(--size-mini);
|
||||
}
|
||||
|
||||
transition: color 500ms ease-out 100ms;
|
||||
&:hover {
|
||||
color: var(--color-morea);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: 2px solid var(--color-morea);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user