mirror of
https://github.com/szymon-jozef/ZUT-notatki.git
synced 2026-09-07 12:10:40 +02:00
35 lines
479 B
CSS
35 lines
479 B
CSS
.fold-toggle {
|
|
margin-right: 5px;
|
|
background: none;
|
|
border: none;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
padding: 0;
|
|
width: 16px;
|
|
height: 20px;
|
|
}
|
|
|
|
.fold-toggle:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.exclude-chars {
|
|
font-size: larger;
|
|
font-weight: bolder;
|
|
width: 100%;
|
|
}
|
|
|
|
.setting-title {
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: xx-large;
|
|
}
|
|
|
|
.insta-toc-text-info {
|
|
width: 33%;
|
|
}
|
|
|
|
.insta-toc-text-area {
|
|
width: 100%;
|
|
}
|