Added font folder
This commit is contained in:
parent
b5fb3036ca
commit
7b1f9ec477
15 changed files with 1346 additions and 16 deletions
|
|
@ -1,14 +1,18 @@
|
|||
.btn, input[type="button"], .button {
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1.5em;
|
||||
.btn,
|
||||
input[type="button"],
|
||||
.button {
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1.5em;
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
color: #CECCD2;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
color: #ceccd2;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
8
stylesheets/components/_login.less
Normal file
8
stylesheets/components/_login.less
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.loginForm {
|
||||
h2.card-title {
|
||||
text-align: center;
|
||||
}
|
||||
p#piwik {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -9,8 +9,8 @@
|
|||
}
|
||||
|
||||
#visitsLive {
|
||||
> .datetime,
|
||||
> .settings {
|
||||
& .datetime,
|
||||
& .settings {
|
||||
background-color: @theme-color-background-base;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@
|
|||
@import "components/_visitor_log";
|
||||
@import "components/_widget";
|
||||
|
||||
@import "components/_login";
|
||||
|
||||
@theme-color-brand: #CECCD2;
|
||||
@theme-color-background-base: #FAF9F6;
|
||||
@theme-color-header-background: #FAF9F6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue