Add style navigation
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
f77459dd25
commit
4e59463ab8
17
_scss/components/elements/_navigation.scss
Normal file
17
_scss/components/elements/_navigation.scss
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
.navigation {
|
||||||
|
padding: 0 .5rem 1rem;
|
||||||
|
text-align: right;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding: 0 .5rem;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user