Skip to content

Commit 1179fec

Browse files
committed
change: update css
1 parent a8adf28 commit 1179fec

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

styles.css

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,74 @@ h2.gistr-settings-header + div > div > div > .setting-item-description
874874
height: 32px;
875875
}
876876

877+
/*
878+
Modal > Edit Portal
879+
*/
880+
881+
.gistr-portal-edit-modal
882+
{
883+
width: 50%;
884+
padding-left: 35px;
885+
padding-right: 35px;
886+
padding-bottom: 35px;
887+
}
888+
889+
.saturyn--form-field input[ type='text' ]
890+
{
891+
width: 200px;
892+
cursor: pointer;
893+
}
894+
895+
.saturyn--dropdown select
896+
{
897+
width: 200px;
898+
cursor: pointer;
899+
}
900+
901+
.saturyn--slider input[ type="range" ]
902+
{
903+
width: 165px;
904+
cursor: pointer;
905+
}
906+
907+
.saturyn--toggle input[ type=checkbox ], .saturyn--toggle .checkbox-container
908+
{
909+
cursor: pointer;
910+
}
911+
912+
.gistr-portal-edit-modal .clickable-icon.setting-editor-extra-setting-button
913+
{
914+
cursor: pointer;
915+
}
916+
917+
.gistr-portal-edit-modal button
918+
{
919+
cursor: pointer;
920+
}
921+
922+
.gistr-portal-edit-modal-button-container
923+
{
924+
margin-top: 1.5em;
925+
margin-bottom: 3em;
926+
display: flex;
927+
justify-content: flex-start;
928+
gap: var( --size-4-2 );
929+
flex-wrap: wrap;
930+
font-size: var( --font-ui-medium );
931+
}
932+
933+
.saturyn--advanced-options
934+
{
935+
border-top: 1px solid var(--background-modifier-border);
936+
padding: 0.75em 0;
937+
display: none;
938+
}
939+
940+
.saturyn--advanced-options--show
941+
{
942+
display: block;
943+
}
944+
877945
/*
878946
Dependency > Pickr
879947
*/

0 commit comments

Comments
 (0)