1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/packages/server/public/css/main.css

54 lines
588 B
CSS
Raw Normal View History

* {
box-sizing: border-box;
}
html {
font-size: 100%;
}
input.form-control {
margin-bottom: 0.5rem;
}
.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 {
2021-05-26 15:53:27 +02:00
padding: 2rem 3rem;
}
2020-12-29 20:04:57 +02:00
table.table .nowrap {
white-space: nowrap;
}
table.table .stretch {
width: 100%;
}
table.table th .sort-button i {
margin-left: 0.5rem;
2021-05-26 15:53:27 +02:00
}
.footer {
background-color: transparent;
}
2021-06-04 18:09:09 +02:00
.footer .content {
2021-05-26 15:53:27 +02:00
opacity: 0.5;
2020-12-29 20:04:57 +02:00
}