diff --git a/src/client/src/components/DraggableSidebarItem/styles.module.css b/src/client/src/components/DraggableSidebarItem/styles.module.css index 0ff2285c72..45ae04380d 100644 --- a/src/client/src/components/DraggableSidebarItem/styles.module.css +++ b/src/client/src/components/DraggableSidebarItem/styles.module.css @@ -36,7 +36,7 @@ align-items: center; padding: 0px 10px; font-size: 90%; - opacity: 50%; + opacity: 0.5; box-sizing: border-box; position: absolute; width: calc(100 - 8px); diff --git a/src/client/src/components/OutputPath/styles.module.css b/src/client/src/components/OutputPath/styles.module.css index b7d67e551f..8ac2c41f7f 100644 --- a/src/client/src/components/OutputPath/styles.module.css +++ b/src/client/src/components/OutputPath/styles.module.css @@ -26,7 +26,7 @@ justify-content: space-between; align-items: center; padding: 0px 10px; - opacity: 50%; + opacity: 0.5; min-height: 38px; overflow: auto; box-sizing: border-box; diff --git a/src/client/src/containers/AppServiceModal/styles.module.css b/src/client/src/containers/AppServiceModal/styles.module.css index 985b55071b..79c2403eb3 100644 --- a/src/client/src/containers/AppServiceModal/styles.module.css +++ b/src/client/src/containers/AppServiceModal/styles.module.css @@ -136,7 +136,7 @@ input::placeholder { align-items: center; padding: 0px 10px; font-size: 90%; - opacity: 50%; + opacity: 0.5; box-sizing: border-box; position: absolute; width: 100%; diff --git a/src/client/src/containers/CosmosResourceModal/styles.module.css b/src/client/src/containers/CosmosResourceModal/styles.module.css index 1077508a56..d8e6100039 100644 --- a/src/client/src/containers/CosmosResourceModal/styles.module.css +++ b/src/client/src/containers/CosmosResourceModal/styles.module.css @@ -136,7 +136,7 @@ input::placeholder { align-items: center; padding: 0px 10px; font-size: 90%; - opacity: 50%; + opacity: 0.5; box-sizing: border-box; position: absolute; width: 100%; diff --git a/src/client/src/containers/PageNewProject/ProjectNameAndOutput/styles.module.css b/src/client/src/containers/PageNewProject/ProjectNameAndOutput/styles.module.css index 765baba18e..f3ed9f7dfc 100644 --- a/src/client/src/containers/PageNewProject/ProjectNameAndOutput/styles.module.css +++ b/src/client/src/containers/PageNewProject/ProjectNameAndOutput/styles.module.css @@ -43,7 +43,7 @@ justify-content: space-between; align-items: center; padding: 0px 10px; - opacity: 50%; + opacity: 0.5; min-height: 38px; }