css patch
This commit is contained in:
parent
a10fdefd23
commit
41a7a6dfb8
@ -2,7 +2,7 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
font-family: 'Quicksand', sans-serif;
|
font-family: 'Quicksand', sans-serif;
|
||||||
font-size: 40px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#app ul
|
#app ul
|
||||||
{
|
{
|
||||||
font-size: 24em;
|
font-size: 0.75em;
|
||||||
margin: 0.25em 0 0 0;
|
margin: 0.25em 0 0 0;
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#app #members {
|
#app #members {
|
||||||
font-size: 32px;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app #add_chat_off {
|
#app #add_chat_off {
|
||||||
@ -54,14 +54,14 @@
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
font-size: 18px;
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app #input_user{
|
#app #input_user{
|
||||||
color: green;
|
color: green;
|
||||||
width: 8.5em;
|
width: 8.5em;
|
||||||
height: 1.1em;
|
height: 1.1em;
|
||||||
font-size: 18px;
|
font-size: 0.65em;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-bottom: 0.15em solid green;
|
border-bottom: 0.15em solid green;
|
||||||
|
Loading…
Reference in New Issue
Block a user