stable

Clone or download

Read-only

Introduce panes in tlp

Part of story #9197: Get rid of Bootstrap in site admin + restructure tlp to not mix variables and components + do not include twice the definition of tlp => import only tlp variables in BP + bring back minification + do not display message from '98 Change-Id: Ifcbdfe2475ab845a5efe6a9dfe96a4ea179197a3

Modified Files

Name
M site-content/en_US/admin/admin.tab +0 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −1 Go to diff View file
M src/www/admin/index.php +0 −2 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-blue.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-green.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-grey.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-orange.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-purple.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-red.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar.scss +6 −6 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +7 −2 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_structure.scss +0 −1 Go to diff View file
M src/www/themes/BurningParrot/templates/widget.mustache +7 −3 Go to diff View file
M src/www/themes/common/tlp/doc/css/_sections.scss +2 −2 Go to diff View file
M src/www/themes/common/tlp/doc/css/main.scss +2 −2 Go to diff View file
M src/www/themes/common/tlp/doc/index.html +48 −32 Go to diff View file
M src/www/themes/common/tlp/gulpfile.js +1 −1 Go to diff View file
M src/www/themes/common/tlp/src/scss/_components.scss +7 −6 Go to diff View file
R src/www/themes/common/tlp/src/scss/_init.scss Go to diff View file
R src/www/themes/common/tlp/src/scss/_avatars.scss Go to diff View file
R src/www/themes/common/tlp/src/scss/_badges.scss Go to diff View file
R src/www/themes/common/tlp/src/scss/_buttons.scss Go to diff View file
R src/www/themes/common/tlp/src/scss/_fonts.scss Go to diff View file
R src/www/themes/common/tlp/src/scss/_labels.scss Go to diff View file
R src/www/themes/common/tlp/src/scss/pagination.scss Go to diff View file
A src/www/themes/common/tlp/src/scss/components/_panes.scss +47 −0 Go to diff View file
R src/www/themes/common/tlp/src/scss/_typography.scss Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-blue.scss +2 −14 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-green.scss +2 −14 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-grey.scss +2 −14 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-orange.scss +2 −14 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-purple.scss +2 −14 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-red.scss +2 −14 Go to diff View file
A src/www/themes/common/tlp/src/scss/variables-blue.scss +32 −0 Go to diff View file
A src/www/themes/common/tlp/src/scss/variables-green.scss +32 −0 Go to diff View file
A src/www/themes/common/tlp/src/scss/variables-grey.scss +32 −0 Go to diff View file
A src/www/themes/common/tlp/src/scss/variables-orange.scss +32 −0 Go to diff View file
A src/www/themes/common/tlp/src/scss/variables-purple.scss +32 −0 Go to diff View file
A src/www/themes/common/tlp/src/scss/variables-red.scss +32 −0 Go to diff View file
R src/www/themes/common/tlp/src/scss/_colors.scss Go to diff View file
R src/www/themes/common/tlp/src/scss/_margins.scss Go to diff View file