Skip to content

Commit

Permalink
Merge pull request #141 from manualdousuario/Classes-CSS-Dez-3
Browse files Browse the repository at this point in the history
Atualiza variáveis do CSS para versão 3.0 do tema Dez, do Manual
  • Loading branch information
Gabriel Nunes authored Mar 27, 2024
2 parents 03b4af0 + 8786fae commit 19d9e29
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions orbita.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Órbita
* Plugin URI: https://gnun.es
* Description: Órbita é o plugin para criar um sistema Hacker News-like para o Manual do Usuário
* Version: 1.2
* Version: 1.12.1
* Author: Gabriel Nunes
* Author URI: https://gnun.es
* License: GPL v3
Expand Down Expand Up @@ -40,7 +40,7 @@
/**
* Define plugin version constant
*/
define( 'ORBITA_VERSION', '1.2' );
define( 'ORBITA_VERSION', '1.21' );
define( 'ORBITA_IMAGE_MAX_SIZE', '10' ); // MB

/**
Expand Down
14 changes: 7 additions & 7 deletions public/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ $desktop: "only screen and (min-width : 700px)";
column-gap: 1rem;
padding: .5rem 1rem;
margin-bottom: 2rem;
background-color: var(--cor-caixas);
border-radius: var(--borda-curva);
background-color: var(--cor-destaques);
border-radius: var(--med-borda);
font-size: var(--fs-0);

div {
Expand All @@ -154,11 +154,11 @@ $desktop: "only screen and (min-width : 700px)";
column-gap: 1rem;
a {
&:visited {
color: var(--color-link);
color: var(--cor-link-ori);
}

&:hover {
color: var(--color-link-states);
color: var(--cor-link-est);
}
}
}
Expand Down Expand Up @@ -204,20 +204,20 @@ $desktop: "only screen and (min-width : 700px)";
}

pre {
max-width: var(--line-length);
max-width: var(--med-comp-linha);
font-size: 1rem;
white-space: pre-wrap;
}

input[type="text"],
input[type="url"],
input[type="file"] {
width: var(--line-length);
width: var(--med-comp-linha);
margin-bottom: 1rem;
}

textarea {
max-width: var(--line-length);
max-width: var(--med-comp-linha);
}

.orbita-help-block {
Expand Down

0 comments on commit 19d9e29

Please sign in to comment.