diff --git a/packages/bruno-app/src/components/CollectionSettings/Auth/ApiKeyAuth/StyledWrapper.js b/packages/bruno-app/src/components/CollectionSettings/Auth/ApiKeyAuth/StyledWrapper.js index 05d6c25d9..f7671fb50 100644 --- a/packages/bruno-app/src/components/CollectionSettings/Auth/ApiKeyAuth/StyledWrapper.js +++ b/packages/bruno-app/src/components/CollectionSettings/Auth/ApiKeyAuth/StyledWrapper.js @@ -14,7 +14,8 @@ const Wrapper = styled.div` } .auth-placement-selector { - padding: 0.5rem 0px; + font-size: ${(props) => props.theme.font.size.sm}; + padding: 0.2rem 0px; border-radius: 3px; border: solid 1px ${(props) => props.theme.input.border}; background-color: ${(props) => props.theme.input.bg}; diff --git a/packages/bruno-app/src/components/RequestPane/Auth/ApiKeyAuth/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Auth/ApiKeyAuth/StyledWrapper.js index 91ed58c17..5a417ba16 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/ApiKeyAuth/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/ApiKeyAuth/StyledWrapper.js @@ -15,7 +15,8 @@ const Wrapper = styled.div` } .auth-placement-selector { - padding: 0.5rem 0px; + font-size: ${(props) => props.theme.font.size.sm}; + padding: 0.2rem 0px; border-radius: 3px; border: solid 1px ${(props) => props.theme.input.border}; background-color: ${(props) => props.theme.input.bg}; diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AdditionalParams/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AdditionalParams/StyledWrapper.js index c63c09993..a9173ed0d 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AdditionalParams/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AdditionalParams/StyledWrapper.js @@ -10,7 +10,7 @@ const StyledWrapper = styled.div` color: ${(props) => props.theme.primary.solid}; } - div.tabs { + &.oauth2-additional-params-wrapper div.tabs { div.tab { cursor: pointer; padding: 4px 8px !important; @@ -18,6 +18,7 @@ const StyledWrapper = styled.div` border-radius: 4px; border: none !important; border-bottom: none !important; + margin-right: 0; &:hover { background-color: ${(props) => rgba(props.theme.primary.solid, 0.1)}; diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AdditionalParams/index.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AdditionalParams/index.js index 8cf746ed9..3ec412fb8 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AdditionalParams/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AdditionalParams/index.js @@ -165,12 +165,12 @@ const AdditionalParams = ({ item = {}, request, updateAuth, collection, handleSa ); return ( - +
- + Additional Parameters
diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/StyledWrapper.js index e7ef0a1b6..02560b8d1 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/StyledWrapper.js @@ -23,7 +23,8 @@ const Wrapper = styled.div` } .token-placement-selector { - padding: 0.5rem 0px; + font-size: ${(props) => props.theme.font.size.sm}; + padding: 0.2rem 0px; border-radius: 3px; border: solid 1px ${(props) => props.theme.input.border}; background-color: ${(props) => props.theme.input.bg}; diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/index.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/index.js index c0c59e97a..8ad4af344 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/index.js @@ -156,7 +156,7 @@ const OAuth2AuthorizationCode = ({ save, item = {}, request, handleRun, updateAu
- + Configuration @@ -261,7 +261,7 @@ const OAuth2AuthorizationCode = ({ save, item = {}, request, handleRun, updateAu
- + Token @@ -344,7 +344,7 @@ const OAuth2AuthorizationCode = ({ save, item = {}, request, handleRun, updateAu
- + Advanced Settings diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/ClientCredentials/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/ClientCredentials/StyledWrapper.js index a995b0533..fb40602d5 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/ClientCredentials/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/ClientCredentials/StyledWrapper.js @@ -23,7 +23,8 @@ const Wrapper = styled.div` } .token-placement-selector { - padding: 0.5rem 0px; + font-size: ${(props) => props.theme.font.size.sm}; + padding: 0.2rem 0px; border-radius: 3px; border: solid 1px ${(props) => props.theme.input.border}; background-color: ${(props) => props.theme.input.bg}; diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/ClientCredentials/index.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/ClientCredentials/index.js index fb01a3694..6a8cb86bf 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/ClientCredentials/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/ClientCredentials/index.js @@ -94,7 +94,7 @@ const OAuth2ClientCredentials = ({ save, item = {}, request, handleRun, updateAu
- + Configuration @@ -152,7 +152,7 @@ const OAuth2ClientCredentials = ({ save, item = {}, request, handleRun, updateAu
- + Token @@ -235,7 +235,7 @@ const OAuth2ClientCredentials = ({ save, item = {}, request, handleRun, updateAu
- + Advanced Settings @@ -259,7 +259,7 @@ const OAuth2ClientCredentials = ({ save, item = {}, request, handleRun, updateAu
- Settings + Settings {/* Automatically Fetch Token */} diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/GrantTypeSelector/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/GrantTypeSelector/StyledWrapper.js index 36dcc0534..c5fd5713a 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/GrantTypeSelector/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/GrantTypeSelector/StyledWrapper.js @@ -13,7 +13,8 @@ const Wrapper = styled.div` font-size: ${(props) => props.theme.font.size.base}; .grant-type-mode-selector { - padding: 0.5rem 0px; + font-size: ${(props) => props.theme.font.size.sm}; + padding: 0.2rem 0px; border-radius: 3px; border: solid 1px ${(props) => props.theme.input.border}; background-color: ${(props) => props.theme.input.bg}; diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/GrantTypeSelector/index.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/GrantTypeSelector/index.js index 1ef99963f..a3fb77fba 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/GrantTypeSelector/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/GrantTypeSelector/index.js @@ -77,7 +77,7 @@ const GrantTypeSelector = ({ item = {}, request, updateAuth, collection }) => {
- + Grant Type diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/StyledWrapper.js index 789d9984d..be76824c8 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/StyledWrapper.js @@ -23,7 +23,8 @@ const Wrapper = styled.div` } .token-placement-selector { - padding: 0.5rem 0px; + font-size: ${(props) => props.theme.font.size.sm}; + padding: 0.2rem 0px; border-radius: 3px; border: solid 1px ${(props) => props.theme.input.border}; background-color: ${(props) => props.theme.input.bg}; diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/index.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/index.js index c80fb5087..c8298c6ad 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/index.js @@ -111,7 +111,7 @@ const OAuth2Implicit = ({ save, item = {}, request, handleRun, updateAuth, colle
- + Configuration @@ -179,7 +179,7 @@ const OAuth2Implicit = ({ save, item = {}, request, handleRun, updateAuth, colle
- + Token @@ -264,7 +264,7 @@ const OAuth2Implicit = ({ save, item = {}, request, handleRun, updateAuth, colle
- + Advanced Options diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/PasswordCredentials/StyledWrapper.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/PasswordCredentials/StyledWrapper.js index e7ef0a1b6..02560b8d1 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/PasswordCredentials/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/PasswordCredentials/StyledWrapper.js @@ -23,7 +23,8 @@ const Wrapper = styled.div` } .token-placement-selector { - padding: 0.5rem 0px; + font-size: ${(props) => props.theme.font.size.sm}; + padding: 0.2rem 0px; border-radius: 3px; border: solid 1px ${(props) => props.theme.input.border}; background-color: ${(props) => props.theme.input.bg}; diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/PasswordCredentials/index.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/PasswordCredentials/index.js index 3391d31c2..c6004b26a 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/PasswordCredentials/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/PasswordCredentials/index.js @@ -98,7 +98,7 @@ const OAuth2PasswordCredentials = ({ save, item = {}, request, handleRun, update
- + Configuration @@ -156,7 +156,7 @@ const OAuth2PasswordCredentials = ({ save, item = {}, request, handleRun, update
- + Token @@ -239,7 +239,7 @@ const OAuth2PasswordCredentials = ({ save, item = {}, request, handleRun, update
- + Advanced Settings @@ -263,7 +263,7 @@ const OAuth2PasswordCredentials = ({ save, item = {}, request, handleRun, update
- Settings + Settings {/* Automatically Fetch Token */} diff --git a/packages/bruno-app/src/components/Table/StyledWrapper.js b/packages/bruno-app/src/components/Table/StyledWrapper.js index c94da291c..45f5102b1 100644 --- a/packages/bruno-app/src/components/Table/StyledWrapper.js +++ b/packages/bruno-app/src/components/Table/StyledWrapper.js @@ -22,17 +22,18 @@ const StyledWrapper = styled.div` table tr { display: contents; } - + table th { position: relative; - border-bottom: 1px solid ${(props) => props.theme.border.BORDER0}; + font-weight: 400; + border-bottom: 1px solid ${(props) => props.theme.table.border}; } table tr td { padding: 0.5rem; text-align: left; - border-top: 1px solid ${(props) => props.theme.border.BORDER0}; - border-right: 1px solid ${(props) => props.theme.border.BORDER0}; + border-top: 1px solid ${(props) => props.theme.table.border}; + border-right: 1px solid ${(props) => props.theme.table.border}; } tr { @@ -50,11 +51,11 @@ const StyledWrapper = styled.div` table tr th { padding: 0.5rem; text-align: left; - border-top: 1px solid ${(props) => props.theme.border.BORDER0}; - border-right: 1px solid ${(props) => props.theme.border.BORDER0}; + border-top: 1px solid ${(props) => props.theme.table.border}; + border-right: 1px solid ${(props) => props.theme.table.border}; &:nth-child(1) { - border-left: 1px solid ${(props) => props.theme.border.BORDER0}; + border-left: 1px solid ${(props) => props.theme.table.border}; } } `;