fix tabs
This commit is contained in:
parent
34346f32f9
commit
be2c52380c
21
.editorconfig
Normal file
21
.editorconfig
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[{*.html,*.css,*.json}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[humans.txt]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.js]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
*.sublime-*
|
|
@ -1,2 +1,5 @@
|
|||||||
# chola
|
# CHange Of LAyout ⌨
|
||||||
CHange Of LAyout ⌨
|
|
||||||
|
Меняем написанный текст буржуйской раскладки на нашинский.
|
||||||
|
|
||||||
|
И наоборот.
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');
|
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--color-primary: #fb4b4b;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
padding: 0; margin: 0; outline: 0;
|
padding: 0; margin: 0; outline: 0;
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
@ -7,7 +11,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
*::selection {
|
*::selection {
|
||||||
color: #fb4b4b;
|
background-color: var(--color-primary);
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -20,7 +25,7 @@ div.wrap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
background-color: #fb4b4b;
|
background-color: var(--color-primary);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
@ -32,14 +37,14 @@ div.content {
|
|||||||
button, textarea {
|
button, textarea {
|
||||||
display: block;
|
display: block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid #fb4b4b;
|
border: 1px solid var(--color-primary);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #fb4b4b;
|
background-color: var(--color-primary);
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
@ -48,7 +53,6 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
textarea:disabled {
|
textarea:disabled {
|
||||||
|
BIN
docs/favicon.ico
Normal file
BIN
docs/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user