Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
skouter
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Change modal close button's size
master
Immanuel Onyeka
2 anos atrás
pai
fa03abed94
commit
a8a6a0355c
3 arquivos alterados
com
6 adições
e
6 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-3
assets/main.css
+2
-2
components/settings.vue
+1
-1
components/sign-out.vue
+ 3
- 3
assets/main.css
Ver arquivo
@@ -271,9 +271,9 @@ svg.close {
color: var(--text);
}
div
.close-b
u
t
to
n {
width:
5
0px;
height:
5
0px;
.close-btn {
width:
3
0px;
height:
3
0px;
}
div.sidebar-toggle {
+ 2
- 2
components/settings.vue
Ver arquivo
@@ -29,9 +29,9 @@
</section>
<Dialog v-if="ready" @close="() => ready = false">
<h3>Confirm your current password.</h3>
<h3>Confirm your current password
to save changes
.</h3>
<input type="text">
<button>
Save
</button>
<button>
Confirm
</button>
</Dialog>
</div>
+ 1
- 1
components/sign-out.vue
Ver arquivo
@@ -3,7 +3,7 @@
<section class="inputs centered">
<h4>Are you sure you want to log out?</h4>
<button>
Yes
</button>
<button>
Logout
</button>
</section>
</div>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar