mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
Local Libraries in Settings
This commit is contained in:
13
Website/styles/localLibrary.css
Normal file
13
Website/styles/localLibrary.css
Normal file
@ -0,0 +1,13 @@
|
||||
.LocalLibraryFunctions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.LocalLibraryFunctions input{
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
.LocalLibraryFunctions-Action {
|
||||
margin-left: auto;
|
||||
}
|
@ -1,11 +1,7 @@
|
||||
.NotificationConnectorItem{
|
||||
position: relative;
|
||||
display: grid;
|
||||
width: calc(100% - 10px);
|
||||
grid-template-columns: 40% calc(60% - 10px);
|
||||
margin: 0 auto;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
grid-template-rows: 30px auto auto 30px;
|
||||
column-gap: 4px;
|
||||
row-gap: 4px;
|
||||
@ -15,7 +11,6 @@
|
||||
"headers body"
|
||||
"footer footer";
|
||||
align-items: center;
|
||||
border: 1px solid var(--primary-color);
|
||||
}
|
||||
|
||||
.NotificationConnectorItem p{
|
||||
@ -80,5 +75,4 @@
|
||||
.NotificationConnectorItem-Save{
|
||||
grid-area: footer;
|
||||
justify-self: flex-end;
|
||||
padding: 0 15px;
|
||||
}
|
@ -21,14 +21,28 @@
|
||||
}
|
||||
|
||||
#SettingsPopUpBody > * {
|
||||
margin: 5px 0;
|
||||
margin: 5px auto;
|
||||
border: 1px solid var(--primary-color);
|
||||
padding: 5px;
|
||||
width: calc(100% - 10px);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#SettingsPopUpBody label {
|
||||
width: max-content;
|
||||
margin-right: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#SettingsPopUpBody label::after {
|
||||
content: ':';
|
||||
}
|
||||
|
||||
#SettingsPopUpBody button {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
#SettingsPopUpBody h1, #SettingsPopUpBody h2, #SettingsPopUpBody h3 {
|
||||
border: 0;
|
||||
margin: 5px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
Reference in New Issue
Block a user