Skip to content

Commit

Permalink
Merge pull request PrestaShop#1028 from tblivet/feat/remove_old_styles
Browse files Browse the repository at this point in the history
[NEW UI] Remove old styles and fix storybook build
  • Loading branch information
ga-devfront authored Nov 21, 2024
2 parents a16d46d + 443af76 commit e8c7610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 109 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ node_modules/
/views/css/
/views/img/
/views/js/

## Storybook
/storybook/storybook-static/
109 changes: 0 additions & 109 deletions _dev/src/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,111 +1,2 @@
@use "components";
@use "layouts";

.upgradestep {
padding-right: 5px;
padding-left: 10px;
margin-right: 5px;
}

.processing {
margin-top: 1px;
overflow: auto;
border: 2px outset gray;
}

#infoStep {
height: 100px;
}

#infoError {
height: 100px;
}

#quickInfo {
height: 200px;
}

#errorDuringUpgrade {
color: #cc0000;
}

#checkPrestaShopFilesVersion,
#checkPrestaShopModifiedFiles {
margin-bottom: 20px;
}

.changedFileList {
padding-left: 5px;
margin-left: 20px;
}

.changedNotice li {
color: gray;
}

.changedImportant li {
font-weight: 700;
color: red;
}

.upgradeDbError {
background-color: #feefb3;
}

.upgradeDbOk {
background-color: #dff2bf;
}

.small_label {
float: none;
width: 300px;
padding: 0;
font-weight: 400;
text-align: left;
}

.ocu-feature-list {
padding: 0;
margin: 0;
list-style: none;
}

.ocu-feature-list li {
padding-left: 20px;
margin: 0;
/* webpackIgnore: true */
background: url("../img/admin/enabled.gif") no-repeat;
}

.label-small {
width: 130px;
}

.margin-form-small {
padding: 0 0 1em 130px;
}

.nextStep {
font-weight: 700;
}

#diffList,
#changedList {
margin-top: 20px;
}

#autoupgradePhpWarningMainIcon {
font-size: 3em;
}

#autoupgradePhpWarn .icon-stack-text {
color: white;
}

.panel-heading {
text-transform: uppercase;
}

.required {
color: #cc0000;
}

0 comments on commit e8c7610

Please sign in to comment.