diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
| commit | 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch) | |
| tree | 39a1a4629749056191c05dfd899f931701b7acf3 /srcs/phpmyadmin/themes/pmahomme/scss/_variables.scss | |
| parent | 5afd237bbd22028b85532b8c0b3fcead49a00764 (diff) | |
| download | ft_server-master.tar.gz ft_server-master.tar.bz2 ft_server-master.zip | |
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/phpmyadmin/themes/pmahomme/scss/_variables.scss')
| -rw-r--r-- | srcs/phpmyadmin/themes/pmahomme/scss/_variables.scss | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/srcs/phpmyadmin/themes/pmahomme/scss/_variables.scss b/srcs/phpmyadmin/themes/pmahomme/scss/_variables.scss deleted file mode 100644 index 4503352..0000000 --- a/srcs/phpmyadmin/themes/pmahomme/scss/_variables.scss +++ /dev/null @@ -1,72 +0,0 @@ -// configures general layout for detailed layout configuration please refer to the css files - -// navi frame - -// navi frame width -$navi-width: 240px; - -// foreground (text) color for the navi frame -$navi-color: #000; - -// background for the navi frame -$navi-background: #f3f3f3; - -// foreground (text) color of the pointer in navi frame -$navi-pointer-color: #000; - -// background of the pointer in navi frame -$navi-pointer-background: #ddd; - -// main frame - -// foreground (text) color for the main frame -$main-color: #444; - -// background for the main frame -$main-background: #fff; - -// foreground (text) color of the pointer in browse mode -$browse-pointer-color: #000; - -// background of the pointer in browse mode -$browse-pointer-background: #cfc; - -// foreground (text) color of the marker (visually marks row by clicking on it) -// in browse mode -$browse-marker-color: #000; - -// background of the marker (visually marks row by clicking on it) in browse mode -$browse-marker-background: #fc9; - -// fonts - -// the font family as a valid css font family value, if not set the browser default will be -// used (depending on browser, DTD and system settings) -$font-family: sans-serif; -// fixed width font family, used in textarea -$font-family-fixed: monospace; - -// tables - -// border -$border: 0; -// table header and footer color -$th-background: #d3dce3; -// table header and footer background -$th-color: #000; -// table data row background -$bg-one: #e5e5e5; -// table data row background, alternate -$bg-two: #d5d5d5; - -// Bootstrap - -$enable-gradients: true; -$enable-shadows: true; -$enable-transitions: false; - -$primary: #ddd; -$secondary: #ddd; - -$btn-border-radius: 0.85rem; -$btn-line-height: 1.15; |
