ags
This commit is contained in:
parent
eddf7cecb8
commit
aea798d119
16631 changed files with 1480363 additions and 257 deletions
64
home/ags/style/widgets/greeter.scss
Normal file
64
home/ags/style/widgets/greeter.scss
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
@import "../mixins/floating-widget.scss";
|
||||
@import "../mixins/widget.scss";
|
||||
@import "../mixins/spacing.scss";
|
||||
@import "../mixins/unset.scss";
|
||||
@import "../mixins/a11y-button.scss";
|
||||
@import "./bar.scss";
|
||||
|
||||
window#greeter {
|
||||
background-color: lighten($bg, 6%);
|
||||
color: $fg;
|
||||
|
||||
.bar {
|
||||
background-color: transparent;
|
||||
|
||||
.date {
|
||||
@include unset($rec: true);
|
||||
@include panel-button($flat: true, $reactive: false);
|
||||
}
|
||||
}
|
||||
|
||||
.auth {
|
||||
@include floating_widget;
|
||||
border-radius: $radius;
|
||||
min-width: 400px;
|
||||
padding: 0;
|
||||
|
||||
.wallpaper {
|
||||
min-height: 220px;
|
||||
background-size: cover;
|
||||
border-top-left-radius: $radius;
|
||||
border-top-right-radius: $radius;
|
||||
}
|
||||
|
||||
.wallpaper-contrast {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
border-radius: 99px;
|
||||
min-width: 140px;
|
||||
min-height: 140px;
|
||||
background-size: cover;
|
||||
box-shadow: 3px 3px 6px 0 $shadow-color;
|
||||
margin-bottom: $spacing;
|
||||
}
|
||||
|
||||
|
||||
.password {
|
||||
entry {
|
||||
@include button;
|
||||
padding: $padding*.7 $padding;
|
||||
margin-left: $spacing*.5;
|
||||
}
|
||||
|
||||
margin: 0 $padding*4;
|
||||
margin-top: $spacing;
|
||||
}
|
||||
|
||||
.response-box {
|
||||
color: $error-bg;
|
||||
margin: $spacing 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue