dashboard: some improvements
This commit is contained in:
parent
8190bbfdc0
commit
196f10dc9f
5 changed files with 43 additions and 4 deletions
|
|
@ -19,6 +19,10 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
[ng-cloak] {
|
||||
display:none !important;
|
||||
}
|
||||
|
|
@ -38,6 +42,11 @@ body {
|
|||
height: 100vh;
|
||||
}
|
||||
|
||||
.bg-public .carousel h3 {
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.1rem;
|
||||
}
|
||||
|
||||
.flag {
|
||||
font-family: 'FantasqueSansMonoRegular', monospace;
|
||||
}
|
||||
|
|
@ -272,6 +281,8 @@ blockquote {
|
|||
margin-left: -1em;
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -286,6 +297,26 @@ blockquote {
|
|||
padding-bottom:0;
|
||||
}
|
||||
|
||||
#themesSummary {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
#themesSummary .card-body {
|
||||
padding:0;
|
||||
}
|
||||
#themesSummary h3 {
|
||||
background: rgba(64,64,64,0.66);
|
||||
border-radius: 2px;
|
||||
padding: 0.5rem;
|
||||
margin-left: 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
margin-top: -40px;
|
||||
}
|
||||
#themesSummary p {
|
||||
font-size: 90%;
|
||||
margin: 0.2rem;
|
||||
text-indent: 0.6em;
|
||||
}
|
||||
|
||||
.card-sm .card-header, .card-sm .card-footer {
|
||||
padding: 0.2rem 0.75rem;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue