Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dioliviers committed Apr 30, 2024
2 parents 1b85a94 + 6e0f112 commit da457b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-seja-ninja.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}
label{
input{
width: 270px;
width: 303px;
height: 39px;
padding: 10px;
border-radius: var(--Interactive-border-radius---radius-i-sm, 8px);
Expand Down Expand Up @@ -126,7 +126,7 @@
}

select {
width: 270px;
width: 303px;
height: 39px;
padding: 10px;
border-radius: var(--Interactive-border-radius---radius-i-sm, 8px);
Expand Down Expand Up @@ -189,7 +189,7 @@
.submit-button{
input{
display: flex;
width: 270px;
width: 303px;
padding: var(--paddings-gaps-p-2, 8px) var(--paddings-gaps-p-4, 16px);
justify-content: center;
align-items: center;
Expand All @@ -214,7 +214,7 @@
p{
display: flex;
flex-direction: column;
align-items: center;

.recaptcha{
width: 270px;
}
Expand Down Expand Up @@ -416,7 +416,7 @@

label{
input{
max-width: 270px;
max-width: 303px;
padding: 8px 3px;
height: 39px !important;
border-radius: var(--Interactive-border-radius---radius-i-sm, 8px);
Expand All @@ -438,7 +438,7 @@

}
select{
width: 270px;
width: 303px;
padding: 8px 3px;
border-radius: var(--Interactive-border-radius---radius-i-sm, 8px);
border: 1px solid var(--Main-beerus, #E2E2E2);
Expand Down Expand Up @@ -503,7 +503,7 @@
}
input{
display: flex;
width: 270px;
width: 303px;
height: 39px;
padding: var(--paddings-gaps-p-2, 8px) var(--paddings-gaps-p-4, 16px);
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion themes/midia-ninja-theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://hacklab.com.br/
Author: Hacklab
Author URI: https://hacklab.com.br/
Description: Tema base para desenvolvimento de novos sites.
Version: 0.3.21
Version: 0.3.22
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Expand Down

0 comments on commit da457b9

Please sign in to comment.