generated from cms/tibi-docs
This commit is contained in:
@@ -8,7 +8,7 @@ html {
|
||||
background-color: black;
|
||||
}
|
||||
body {
|
||||
color: #333 !important;
|
||||
color: #343a40 !important;
|
||||
height: 100%;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
@@ -27,6 +27,7 @@ a {
|
||||
font-weight: 700;
|
||||
color: inherit;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Tabellen */
|
||||
@@ -56,11 +57,11 @@ button {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-size: inherit;
|
||||
color: #333;
|
||||
color: #343a40;
|
||||
}
|
||||
input,
|
||||
select {
|
||||
color: #333;
|
||||
color: #343a40;
|
||||
width: 100%;
|
||||
}
|
||||
.underline {
|
||||
|
||||
@@ -164,8 +164,8 @@
|
||||
height: 1.8vw;
|
||||
max-height: 25px;
|
||||
border-radius: 15px;
|
||||
border: 2px solid @signal-color;
|
||||
color: @signal-color;
|
||||
border: 2px solid #6b6868;
|
||||
color: #6b6868;
|
||||
background-color: @bg-color-secondary;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<div class="icon">
|
||||
<svg
|
||||
stroke="{i == active ? '#5b6e98' : 'white'}"
|
||||
fill="{i == active ? '#5b6e98' : 'white'}"
|
||||
data-src="{apiBaseURL}medialib/{box?.icon}/{$mediaLibrary?.[box?.icon]?.file?.src}"></svg>
|
||||
</div>
|
||||
<div class="text">
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
width: 100%;
|
||||
background-color: @signal-color;
|
||||
color: @font-color-secondary;
|
||||
border: 2px solid @bg-color-secondary;
|
||||
padding: 2px 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user