1
1
<template >
2
2
<!-- Materialize CSS -->
3
- <link
4
- rel =" stylesheet"
5
- href =" https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
6
- />
7
- <link
8
- href =" https://fonts.googleapis.com/icon?family=Material+Icons"
9
- rel =" stylesheet"
10
- />
3
+ <link href =" https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" rel =" stylesheet" >
11
4
12
5
<!-- Title bar -->
13
6
<body class =" content-body" >
14
7
<div class =" title-container" >
15
8
<nav class =" title-nav" >
16
9
<!-- Title bar and icons -->
17
- <div class =" nav-wrapper indigo lighten-3 " >
10
+ <div class =" nav-wrapper #445560 " >
18
11
<ul >
19
12
<span >Privacy Editing</span >
20
13
<div class =" right" >
45
38
<li >
46
39
<div class =" select-dir" >
47
40
<v-select
48
- bg-color =" indigo-lighten-3"
49
41
clearable
50
- rounded
51
- variant =" solo"
42
+ variant =" outlined"
52
43
v-model =" currentUrl"
53
44
:items =" childContainers(currentLocation, containerUrls)"
54
45
></v-select >
68
59
<v-btn
69
60
icon =" mdi-filter"
70
61
variant =" solo"
71
- color =" indigo "
62
+ color =" #EDE7F6 "
72
63
rounded
73
64
v-bind =" props"
74
65
>
99
90
<!-- the side nav -->
100
91
<div class =" body-container" >
101
92
<div class =" sideNav" >
102
- <ul class =" side-nav fixed floating indigo lighten-3 z-depth-0" >
93
+ <ul class =" side-nav fixed floating #28353e z-depth-0" >
103
94
<li class =" active" >
104
95
<a href =" #"
105
96
><i class =" material-icons purple-text text-darken-1" >dashboard</i
@@ -688,32 +679,35 @@ export default {
688
679
</script >
689
680
690
681
<style scoped>
682
+ /* @import url('https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css'); */
683
+ @import url (' https://fonts.googleapis.com/icon?family=Material+Icons' );
684
+
691
685
body {
692
- background-color : #a1b1d3 ;
686
+ background-color : #445560 ;
693
687
font-size : 13px ;
694
688
}
695
689
.content-body {
696
690
display : flex ;
697
691
flex-direction : column ;
698
692
}
699
693
.title-nav {
700
- background-color : #a1b1d3 ;
694
+ background-color : #445560 ;
701
695
}
702
696
.title-container {
703
697
flex : 1 ;
704
698
}
705
699
.title-container span {
706
700
font-size : 30pt ;
707
- font-family : " Courier New " , Courier , monospace ;
701
+ font-family : " Oxanium " , monospace ;
708
702
font-weight : 500 ;
709
- color : #30328e ;
703
+ color : #EDE7F6 ;
710
704
}
711
705
.directory-nav {
712
- background-color : #a1b1d3 ;
706
+ background-color : #445560 ;
713
707
}
714
708
.directory-nav span {
715
709
font-size : 14pt ;
716
- font-family : " Courier New " , Courier , monospace ;
710
+ font-family : " Oxanium " , monospace ;
717
711
font-weight : 800 ;
718
712
margin-left : 25px ;
719
713
}
@@ -730,7 +724,7 @@ body {
730
724
flex : 1 1 auto ;
731
725
}
732
726
.dir-nav {
733
- background-color : #97a5c4 ;
727
+ background-color : #445560 ;
734
728
}
735
729
/* title bar */
736
730
nav {
@@ -752,7 +746,7 @@ nav {
752
746
.select-dir .v-select {
753
747
min-width : 150px ;
754
748
margin-top : 5px ;
755
- font-family : " Courier New " , Courier , monospace ;
749
+ font-family : " Oxanium " , monospace ;
756
750
}
757
751
758
752
/* sidenav */
@@ -781,18 +775,20 @@ nav {
781
775
.side-nav li a {
782
776
padding : 10px 20px ;
783
777
font-size : 15px ;
784
- color : #30328e ;
778
+ color : #EDE7F6 ;
785
779
}
786
780
.side-nav li a :hover {
787
781
border-radius : 2px ;
788
782
}
789
783
790
784
/* folders */
785
+
791
786
.folder {
792
787
margin : 3px 0px 0px 0 ;
793
788
font-weight : 800 ;
794
789
font-size : large ;
795
- font-family : " Courier New" , Courier , monospace ;
790
+ font-family : " Oxanium" , monospace ;
791
+ background-color : #28353e ;
796
792
}
797
793
.folder i {
798
794
color : rgba (0 , 0 , 0 , 0.54 );
@@ -847,7 +843,7 @@ nav {
847
843
}
848
844
.the-user i {
849
845
font-size : medium ;
850
- color : #30328e ;
846
+ color : #EDE7F6 ;
851
847
}
852
848
.permissions-tag {
853
849
font-size : large ;
@@ -895,19 +891,19 @@ form input[type="text"] {
895
891
form button {
896
892
padding : 15px ;
897
893
margin-top : 5px ;
898
- background-color : #333 ;
899
- color : #fff ;
894
+ background-color : #EDE7F6 ;
895
+ color : #445560 ;
900
896
border : none ;
901
897
cursor : pointer ;
902
- font-family : " Courier New " , Courier , monospace ;
898
+ font-family : " Oxanium " monospace ;
903
899
font-size : large ;
904
900
}
905
901
form button :hover {
906
- background-color : #444 ;
902
+ background-color : #a9a7ad ;
907
903
}
908
904
label span {
909
905
font-size : 16px ;
910
- color : #000000 ;
906
+ color : #EDE7F6 ;
911
907
}
912
908
#errorIndicator {
913
909
margin-top : 10px ;
@@ -927,20 +923,20 @@ label span {
927
923
.new-acl {
928
924
padding : 15px ;
929
925
margin-top : 5px ;
930
- background-color : #333 ;
931
- color : #fff ;
926
+ background-color : #EDE7F6 ;
927
+ color : #445560 ;
932
928
border : none ;
933
929
cursor : pointer ;
934
- font-family : " Courier New " , Courier , monospace ;
930
+ font-family : " Oxanium " , monospace ;
935
931
font-size : large ;
936
932
}
937
933
.new-acl :hover {
938
- background-color : #444 ;
934
+ background-color : #a9a7ad ;
939
935
}
940
936
.req {
941
- font-family : " Courier New " , monospace ;
937
+ font-family : " Oxanium " , monospace ;
942
938
padding : 20px ;
943
- background : #d0e0fc ;
939
+ background : #445560 ;
944
940
border-radius : 10px ;
945
941
box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.1 );
946
942
}
0 commit comments