improved theme
This commit is contained in:
parent
e152783c3c
commit
492d87d365
1 changed files with 31 additions and 6 deletions
|
@ -1,7 +1,32 @@
|
||||||
/* You can add custom styles here. */
|
.info-container {
|
||||||
|
display: flex;
|
||||||
// @import "plugins/numbered";
|
justify-content: space-between;
|
||||||
.commit-info {
|
align-items: flex-start;
|
||||||
padding: 1rem;
|
background-color: var(--gray-100);
|
||||||
background-color: var(--gray-500);
|
width: 100%;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left-section {
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.commit-info {
|
||||||
|
text-align: right;
|
||||||
|
flex: 1;
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disclaimer, .theme, .commit-info {
|
||||||
|
background-color: var(--gray-500);
|
||||||
|
padding: 0.9rem;
|
||||||
|
margin: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disclaimer, .theme {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue