Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
player
Commits
d65244ce
Commit
d65244ce
authored
May 05, 2022
by
David Trattnig
Browse files
Update demo appearance
parent
4fb816b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/assets/aura-logo.png
View replaced file @
4fb816b6
View file @
d65244ce
23 KB
|
W:
|
H:
7.28 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/aura-demo.css
View file @
d65244ce
...
...
@@ -2,13 +2,25 @@
/** Styles for component demo, not related to the components itself **/
a
:hover
{
text-decoration
:
underline
;
body
{
margin
:
0
;
}
#common-area
{
text-align
:
center
;
margin-bottom
:
100px
;
padding
:
16px
32px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.88
);
color
:
white
;
font-family
:
Helvetica
,
sans-serif
;
}
body
>
*
:not
(
#common-area
)
{
margin
:
24px
;
}
#common-area
img
#aura-logo
{
filter
:
invert
(
1
);
margin
:
0
0
8px
0
;
}
#common-area
h1
{
...
...
@@ -17,14 +29,9 @@ a:hover {
}
#common-area
p
{
margin
:
0
30%
;
text-align
:
justify
;
}
ul
.aura-demo-menu
{
list-style
:
none
;
max-width
:
400px
;
}
#
aura-logo
{
margin
:
0
0
42px
0
;
#
common-area
a
:hover
{
text-decoration
:
underline
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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