1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Fix "Show" button styling

This commit is contained in:
Chocobozzz 2025-08-27 16:41:54 +02:00
parent d0e810d29a
commit 42bf34c29a
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -1,8 +1,17 @@
@use '_variables' as *;
@use '_mixins' as *;
@use '_form-mixins' as *;
@use "_variables" as *;
@use "_mixins" as *;
@use "_form-mixins" as *;
input[type=text],
input[type=password] {
input[type="text"],
input[type="password"] {
@include peertube-input-text(340px);
}
.btn {
background-color: pvar(--input-bg);
border-left: 1px solid pvar(--bg);
&:hover {
opacity: 0.8;
}
}