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:
parent
d0e810d29a
commit
42bf34c29a
1 changed files with 14 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue