mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Format CSS
This commit is contained in:
parent
a4c3670b11
commit
f65d0708ea
2 changed files with 7 additions and 6 deletions
11
css/page.css
11
css/page.css
|
|
@ -63,19 +63,20 @@ body {
|
|||
}
|
||||
|
||||
#twitter-share {
|
||||
background-color: #1da1f2;
|
||||
background-color: #1da1f2;
|
||||
}
|
||||
#github-share {
|
||||
background-color: #2d3238;
|
||||
background-color: #2d3238;
|
||||
}
|
||||
|
||||
#mail-share {
|
||||
background-color: #6a7788;
|
||||
background-color: #6a7788;
|
||||
}
|
||||
|
||||
#butterchurn-share {
|
||||
display: none; /* Button is only shown if the window gets enabled */
|
||||
background-size: 100%; /* Image is 2x size for retina displays */
|
||||
display: none; /* Button is only shown if the window gets enabled */
|
||||
background-size: 100%; /* Image is 2x size for retina displays */
|
||||
background-size: 100%; /* Image is 2x size for retina displays */
|
||||
}
|
||||
|
||||
#app #loading {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"test": "jest --projects config/jest.unit.js config/jest.eslint.js",
|
||||
"travis-tests": "npm run test && npm run build && npm run build-library",
|
||||
"tdd": "jest --watch",
|
||||
"format": "prettier --write experiments/**/*.js js/**/*.js css/**/*.css",
|
||||
"format": "prettier --write experiments/**/*.js js/**/*.js css/**/*.css !css/**/*.min.css",
|
||||
"build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91.wsz .",
|
||||
"build-skin-png": "rm skins/base-2.91-png.wsz && cd skins/base-2.91-png && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91-png.wsz .",
|
||||
"compile-skin": "node scripts/compileSkin.js > css/base-skin.css",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue