このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
Nitter-mod/src/sass/general.scss

38 行
663 B
SCSS
Raw 通常表示 履歴

2019-09-13 17:44:21 +09:00
@import '_variables';
@import '_mixins';
.panel-container {
margin: auto;
font-size: 130%;
}
.error-panel {
@include center-panel($error_red);
}
2019-09-18 04:01:44 +09:00
.search-bar > form {
2019-09-13 17:44:21 +09:00
@include center-panel($darkest-grey);
button {
background: #303030;
color: $fg_color;
border: 0;
border-radius: 3px;
cursor: pointer;
font-weight: bold;
width: 30px;
height: 30px;
}
input {
font-size: 16px;
width: 100%;
background: $bg_elements;
color: $fg_color;
border: 0;
border-radius: 4px;
padding: 4px;
margin-right: 8px;
}
}