Skip to content

Commit

Permalink
CB-5178 chore: add comment about style duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Jul 16, 2024
1 parent 9c55a45 commit 8580ac0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles in cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPage.module.css
.tabList {
position: relative;
flex-shrink: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPage.module.css
.administrationTabs {
& .tab {
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPageTabPanel.module.css
.tabPanel {
overflow: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPageTabTitle.module.css
.tabTitle {
font-weight: 700;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministration.module.css
.tabList {
position: relative;
flex-shrink: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTab.module.css
.administrationTabs {
& .tab {
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTabPanel.module.css
.tabPanel {
overflow: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTabTitle.module.css
.tabTitle {
font-weight: 700;
}

0 comments on commit 8580ac0

Please sign in to comment.