Skip to content
Snippets Groups Projects
Commit 4890ec5a authored by Romain CREY's avatar Romain CREY
Browse files

version place

parent 894fdabc
No related branches found
No related tags found
2 merge requests!61Dev,!59Features/feaadbacks form
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: $text-white; color: $text-white;
padding: 1.5rem; padding: 1.5rem 1.5rem 0;
.legal-notice-content { .legal-notice-content {
p { p {
color: $text-white; color: $text-white;
......
@import '../base/color'; @import '../base/color';
@import '../base/breakpoint'; @import '../base/breakpoint';
.version-root{ .version-root {
margin-bottom: 0.5rem;
color: $text-bright; color: $text-bright;
position: fixed;
} bottom: 1.5rem;
\ No newline at end of file right: 1.5rem;
@media #{$tablet} {
}
@media #{$large-phone} {
position: relative;
bottom: 0;
right: 0;
margin: 1rem 1.5rem 2rem;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment