mirror of
https://github.com/strapi/strapi.git
synced 2025-11-04 20:07:19 +00:00
Merge pull request #353 from strapi/fix/release
Fix setup and apply design changes
This commit is contained in:
commit
839008b080
2
packages/strapi-admin/.gitignore
vendored
2
packages/strapi-admin/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
# Don't check auto-generated stuff into git
|
# Don't check auto-generated stuff into git
|
||||||
coverage
|
coverage
|
||||||
build
|
|
||||||
node_modules
|
node_modules
|
||||||
|
build
|
||||||
stats.json
|
stats.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
color: $left-menu-link-color;
|
color: $left-menu-link-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $white;
|
color: $white;
|
||||||
@ -43,7 +44,6 @@
|
|||||||
.linkIcon {
|
.linkIcon {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 1.2rem;
|
margin-right: 1.2rem;
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
width: 1.4rem;
|
width: 1.4rem;
|
||||||
height: 1.2rem;
|
height: 1.2rem;
|
||||||
|
|||||||
@ -65,7 +65,7 @@ function LeftMenuLinkContainer({ plugins }) {
|
|||||||
<p className={styles.title}><FormattedMessage {...messages.general} /></p>
|
<p className={styles.title}><FormattedMessage {...messages.general} /></p>
|
||||||
<ul className={styles.list}>
|
<ul className={styles.list}>
|
||||||
<LeftMenuLink
|
<LeftMenuLink
|
||||||
icon="cubes"
|
icon="puzzle-piece"
|
||||||
label={messages.listPlugins.id}
|
label={messages.listPlugins.id}
|
||||||
destination="/list-plugins"
|
destination="/list-plugins"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
color: $left-menu-title-color;
|
color: $left-menu-title-color;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
letter-spacing: .2rem;
|
letter-spacing: .1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -60,7 +60,7 @@
|
|||||||
&:active {
|
&:active {
|
||||||
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
||||||
}
|
}
|
||||||
padding-top: 4px;
|
|
||||||
padding-left: 1.6rem;
|
padding-left: 1.6rem;
|
||||||
padding-right: 1.6rem;
|
padding-right: 1.6rem;
|
||||||
&:before {
|
&:before {
|
||||||
|
|||||||
@ -34,12 +34,12 @@
|
|||||||
"eslint": "^4.11.0",
|
"eslint": "^4.11.0",
|
||||||
"eslint-config-airbnb": "^15.1.0",
|
"eslint-config-airbnb": "^15.1.0",
|
||||||
"eslint-config-airbnb-base": "^11.3.2",
|
"eslint-config-airbnb-base": "^11.3.2",
|
||||||
"eslint-config-prettier": "^2.7.0",
|
"eslint-config-prettier": "^2.8.0",
|
||||||
"eslint-import-resolver-webpack": "^0.8.3",
|
"eslint-import-resolver-webpack": "^0.8.3",
|
||||||
"eslint-plugin-babel": "^4.1.2",
|
"eslint-plugin-babel": "^4.1.2",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||||
"eslint-plugin-react": "^7.4.0",
|
"eslint-plugin-react": "^7.5.1",
|
||||||
"eslint-plugin-redux-saga": "^0.4.0",
|
"eslint-plugin-redux-saga": "^0.4.0",
|
||||||
"extract-text-webpack-plugin": "^1.0.1",
|
"extract-text-webpack-plugin": "^1.0.1",
|
||||||
"html-loader": "^0.4.3",
|
"html-loader": "^0.4.3",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -74,7 +74,6 @@
|
|||||||
&:active {
|
&:active {
|
||||||
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
|
||||||
}
|
}
|
||||||
padding-top: 4px;
|
|
||||||
padding-left: 1.6rem;
|
padding-left: 1.6rem;
|
||||||
padding-right: 1.6rem;
|
padding-right: 1.6rem;
|
||||||
&:before {
|
&:before {
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
"node-sass": "^4.5.3",
|
"node-sass": "^4.5.3",
|
||||||
"null-loader": "^0.1.1",
|
"null-loader": "^0.1.1",
|
||||||
"plop": "^1.8.0",
|
"plop": "^1.8.0",
|
||||||
"postcss-cssnext": "^3.0.2",
|
"postcss-cssnext": "^2.11.0",
|
||||||
"postcss-focus": "^2.0.0",
|
"postcss-focus": "^2.0.0",
|
||||||
"postcss-loader": "^2.0.6",
|
"postcss-loader": "^2.0.6",
|
||||||
"postcss-reporter": "^5.0.0",
|
"postcss-reporter": "^5.0.0",
|
||||||
|
|||||||
@ -54,12 +54,12 @@
|
|||||||
"eslint": "^4.11.0",
|
"eslint": "^4.11.0",
|
||||||
"eslint-config-airbnb": "^15.1.0",
|
"eslint-config-airbnb": "^15.1.0",
|
||||||
"eslint-config-airbnb-base": "^11.3.2",
|
"eslint-config-airbnb-base": "^11.3.2",
|
||||||
"eslint-config-prettier": "^2.7.0",
|
"eslint-config-prettier": "^2.8.0",
|
||||||
"eslint-import-resolver-webpack": "^0.8.3",
|
"eslint-import-resolver-webpack": "^0.8.3",
|
||||||
"eslint-plugin-babel": "^4.1.2",
|
"eslint-plugin-babel": "^4.1.2",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||||
"eslint-plugin-react": "^7.4.0",
|
"eslint-plugin-react": "^7.5.1",
|
||||||
"eslint-plugin-redux-saga": "^0.4.0",
|
"eslint-plugin-redux-saga": "^0.4.0",
|
||||||
"plop": "^1.9.0",
|
"plop": "^1.9.0",
|
||||||
"prettier": "^1.8.2",
|
"prettier": "^1.8.2",
|
||||||
|
|||||||
@ -41,12 +41,12 @@
|
|||||||
"eslint": "^4.11.0",
|
"eslint": "^4.11.0",
|
||||||
"eslint-config-airbnb": "^15.1.0",
|
"eslint-config-airbnb": "^15.1.0",
|
||||||
"eslint-config-airbnb-base": "^11.3.2",
|
"eslint-config-airbnb-base": "^11.3.2",
|
||||||
"eslint-config-prettier": "^2.7.0",
|
"eslint-config-prettier": "^2.8.0",
|
||||||
"eslint-import-resolver-webpack": "^0.8.3",
|
"eslint-import-resolver-webpack": "^0.8.3",
|
||||||
"eslint-plugin-babel": "^4.1.2",
|
"eslint-plugin-babel": "^4.1.2",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||||
"eslint-plugin-react": "^7.4.0",
|
"eslint-plugin-react": "^7.5.1",
|
||||||
"eslint-plugin-redux-saga": "^0.4.0",
|
"eslint-plugin-redux-saga": "^0.4.0",
|
||||||
"plop": "^1.9.0",
|
"plop": "^1.9.0",
|
||||||
"prettier": "^1.8.2",
|
"prettier": "^1.8.2",
|
||||||
|
|||||||
@ -38,12 +38,12 @@
|
|||||||
"eslint": "^4.11.0",
|
"eslint": "^4.11.0",
|
||||||
"eslint-config-airbnb": "^15.1.0",
|
"eslint-config-airbnb": "^15.1.0",
|
||||||
"eslint-config-airbnb-base": "^11.3.2",
|
"eslint-config-airbnb-base": "^11.3.2",
|
||||||
"eslint-config-prettier": "^2.7.0",
|
"eslint-config-prettier": "^2.8.0",
|
||||||
"eslint-import-resolver-webpack": "^0.8.3",
|
"eslint-import-resolver-webpack": "^0.8.3",
|
||||||
"eslint-plugin-babel": "^4.1.2",
|
"eslint-plugin-babel": "^4.1.2",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||||
"eslint-plugin-react": "^7.4.0",
|
"eslint-plugin-react": "^7.5.1",
|
||||||
"eslint-plugin-redux-saga": "^0.4.0",
|
"eslint-plugin-redux-saga": "^0.4.0",
|
||||||
"plop": "^1.9.0",
|
"plop": "^1.9.0",
|
||||||
"prettier": "^1.8.2",
|
"prettier": "^1.8.2",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user