mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
46 lines
480 B
CSS
46 lines
480 B
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html {
|
|
font-size: 100%;
|
|
}
|
|
|
|
input.form-control {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.navbar {
|
|
padding: 1rem 3rem;
|
|
}
|
|
|
|
.navbar .logo-container {
|
|
align-items: center;
|
|
}
|
|
|
|
.navbar .logo-text {
|
|
font-size: 2.2em;
|
|
font-weight: bold;
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
/*
|
|
.navbar .logo {
|
|
height: 50px;
|
|
} */
|
|
|
|
.navbar .navbar-item img {
|
|
max-height: 3em;
|
|
}
|
|
|
|
.main {
|
|
padding: 0 3rem;
|
|
}
|
|
|
|
table.table .nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
table.table .stretch {
|
|
width: 100%;
|
|
} |