Skip to content

Commit

Permalink
見た目調整
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritan-pop committed Oct 27, 2024
1 parent 9f67b46 commit c50d1da
Showing 1 changed file with 7 additions and 27 deletions.
34 changes: 7 additions & 27 deletions app/javascript/styles/kiritan/kiritan-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,13 @@
margin: 1px;
}

.icon-button-kiri {
display: flex;
align-items: center;
gap: 4px;
background: transparent;
color: $highlight-text-color;
border-radius: 6px;
border: 1px solid $highlight-text-color;
padding: 4px 8px;
font-size: 13px;
line-height: normal;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

&[disabled] {
cursor: default;
color: $highlight-text-color;
border-color: $highlight-text-color;
opacity: 0.5;
.compose-form__submit {
.button {
border: 1px solid $highlight-text-color;
}

&:active,
&:focus,
&:hover {
color: $highlight-text-color;
background-color: darken($ui-button-background-color, 20%);
transition: all 300ms ease-out;
.icon-button-kiri {
max-width: 28px;
}
}

Expand Down Expand Up @@ -79,6 +57,8 @@
width: 2.625rem;
height: 2.625rem;
border-radius: 25%;
color: $highlight-text-color;
border: 1px solid $highlight-text-color;
}
}

Expand Down

0 comments on commit c50d1da

Please sign in to comment.