mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Squared entries
This commit is contained in:
parent
85816f3421
commit
9f67a24480
7 changed files with 32 additions and 19 deletions
|
|
@ -278,10 +278,10 @@ spinner {
|
|||
entry {
|
||||
%entry_basic, & {
|
||||
min-height: 32px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
border: 1px solid;
|
||||
border-radius: $button_radius;
|
||||
border-radius: $entry_radius;
|
||||
border-spacing: 6px;
|
||||
transition: all 200ms $ease-out-quad;
|
||||
|
||||
|
|
@ -305,7 +305,8 @@ entry {
|
|||
&.flat {
|
||||
&:focus-within, &:backdrop, &:disabled, &:backdrop:disabled, & {
|
||||
min-height: 0;
|
||||
padding: 2px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0;
|
||||
|
|
@ -2379,7 +2380,7 @@ switch {
|
|||
min-width: 24px;
|
||||
min-height: 24px;
|
||||
border: 1px solid;
|
||||
border-color: $borders_color;
|
||||
//border-color: $borders_color;
|
||||
border-radius: 50%;
|
||||
transition: $button_transition;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue