prefer segoe ui again
This commit is contained in:
parent
b858b29b7c
commit
17a94934e9
9 changed files with 12 additions and 10 deletions
|
@ -1,3 +1,5 @@
|
|||
@cute-font: "Segoe UI", "Open Sans", sans-serif;
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -23,7 +25,7 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
font-weight: 100;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
bottom: 5px;
|
||||
right: 5px;
|
||||
z-index: 3;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height: 100%;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
.comment {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
|
||||
&__avatar {
|
||||
width: 40px;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
.dialogue {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
display: inline-block;
|
||||
background: #9475b2;
|
||||
box-shadow: 0 0 5px #9475B2;
|
||||
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
&__button {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
background: #8364a1;
|
||||
border: 0 solid transparent;
|
||||
padding: 2px 4px;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
color: #fff;
|
||||
min-width: 200px;
|
||||
border: 2px solid #9475B2;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
text-align: left;
|
||||
z-index: 999;
|
||||
margin: 0 2px;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
|
||||
&__label {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
font-weight: 100;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
height: auto;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
font: 100 70px/80px "Open Sans", sans-serif;
|
||||
font: 100 70px/80px @cute-font;
|
||||
color: #B06AC4;
|
||||
text-decoration: none !important;
|
||||
transition: color .2s, text-shadow .2s;
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
&__username {
|
||||
font-size: 20px;
|
||||
line-height: 22px;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
|
||||
@media (max-width: 400px) {
|
||||
margin-top: 22px;
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
&__username {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-family: @cute-font;
|
||||
font-size: 1.5em;
|
||||
|
||||
&--deleted {
|
||||
|
|
Reference in a new issue