Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Moved splashscreen css to css file #353

Closed
wants to merge 4 commits into from
Closed

Moved splashscreen css to css file #353

wants to merge 4 commits into from

Conversation

ckhatri
Copy link
Contributor

@ckhatri ckhatri commented Oct 17, 2017

Splashscreen css is currently in the html file, to clean up code decided to move it to the app.css file.

I also moved splashscreen.png to the images folder.

@@ -6,6 +6,8 @@ body {
margin: 0px;
padding: 0px;
background-position: center;
background-color: #000;
border-radius: 10px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The border-radius wasn't being applied to the body before. Was this an intended change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch, fixed!

@luciorubeens
Copy link
Contributor

can you fix the conflict?

@ckhatri
Copy link
Contributor Author

ckhatri commented Oct 25, 2017

Should be fixed now!

@luciorubeens
Copy link
Contributor

Hmm I tried it and we can't do this because the css is loaded before the splash screen..

@ckhatri ckhatri deleted the moveSplashToCssFile branch November 18, 2017 22:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants