mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 11:22:31 +01:00
Move rights calc styling to extra.css
This commit is contained in:
parent
2df4d61eb4
commit
de1c312690
@ -16,4 +16,11 @@
|
||||
|
||||
[data-md-color-scheme="slate"] .md-typeset .fc-search .md-input {
|
||||
background: var(--md-code-bg-color);
|
||||
}
|
||||
|
||||
#rights-container {
|
||||
font-size: 0.75rem;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
margin-bottom: 15px;
|
||||
}
|
@ -25,15 +25,6 @@ Operator rights currently grants access to the following, in addition to all rig
|
||||
|
||||
## Calculator
|
||||
|
||||
<style>
|
||||
#rights-container {
|
||||
font-size: 0.75rem;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="rights-calculator">
|
||||
<div id="rights-container"></div>
|
||||
<div class="fc-search" id="rights-output-container">
|
||||
|
Loading…
Reference in New Issue
Block a user