mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 19:42:05 +00:00
Ad bootstrap to ctb
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
e9e37599a2
commit
dc3b689c82
@ -47,7 +47,8 @@
|
|||||||
"i18n": {
|
"i18n": {
|
||||||
"localized": true
|
"localized": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": true
|
||||||
},
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"type": "password",
|
"type": "password",
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { ThemeProvider } from 'styled-components';
|
import { ThemeProvider } from 'styled-components';
|
||||||
|
import 'bootstrap/dist/css/bootstrap.css';
|
||||||
|
|
||||||
const theme = {
|
const theme = {
|
||||||
main: {
|
main: {
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
"@strapi/generators": "3.6.8",
|
"@strapi/generators": "3.6.8",
|
||||||
"@strapi/helper-plugin": "3.6.8",
|
"@strapi/helper-plugin": "3.6.8",
|
||||||
"@strapi/utils": "3.6.8",
|
"@strapi/utils": "3.6.8",
|
||||||
|
"bootstrap": "^4.6.0",
|
||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"pluralize": "^8.0.0",
|
"pluralize": "^8.0.0",
|
||||||
|
|||||||
@ -7735,6 +7735,11 @@ boom@^7.3.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
hoek "6.x.x"
|
hoek "6.x.x"
|
||||||
|
|
||||||
|
bootstrap@^4.6.0:
|
||||||
|
version "4.6.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.0.tgz#97b9f29ac98f98dfa43bf7468262d84392552fd7"
|
||||||
|
integrity sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==
|
||||||
|
|
||||||
bottleneck@2.19.5:
|
bottleneck@2.19.5:
|
||||||
version "2.19.5"
|
version "2.19.5"
|
||||||
resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.19.5.tgz#5df0b90f59fd47656ebe63c78a98419205cadd91"
|
resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.19.5.tgz#5df0b90f59fd47656ebe63c78a98419205cadd91"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user