Lines 113-118
a {
Link Here
|
113 |
} |
113 |
} |
114 |
} |
114 |
} |
115 |
|
115 |
|
|
|
116 |
&.settings{ |
117 |
i, img{ |
118 |
text-align: center; |
119 |
color: #71B443; |
120 |
border: solid 3px #71B443; |
121 |
border-radius: 50%; |
122 |
background-color: transparent; |
123 |
width: 40px; |
124 |
height: 40px; |
125 |
margin-bottom: 5px; |
126 |
margin-left: auto; |
127 |
margin-right: auto; |
128 |
padding: 5px; |
129 |
align-items: center; |
130 |
justify-content: center; |
131 |
-webkit-box-sizing: content-box; |
132 |
box-sizing: content-box; |
133 |
display: flex; |
134 |
|
135 |
} |
136 |
|
137 |
&:hover{ |
138 |
color: #418940; |
139 |
text-decoration: none; |
140 |
font-weight: bold; |
141 |
|
142 |
i, img{ |
143 |
border-color: #418940; |
144 |
background-color: transparent; |
145 |
color: #418940; |
146 |
} |
147 |
|
148 |
} |
149 |
|
150 |
img{ |
151 |
max-width: 30px; |
152 |
height: auto; |
153 |
padding: 10px; |
154 |
} |
155 |
} |
156 |
|
116 |
&.csv { |
157 |
&.csv { |
117 |
background-image: url("../img/famfamfam/silk/page_white_excel.png"); |
158 |
background-image: url("../img/famfamfam/silk/page_white_excel.png"); |
118 |
} |
159 |
} |
Lines 881-926
div {
Link Here
|
881 |
} |
922 |
} |
882 |
} |
923 |
} |
883 |
|
924 |
|
884 |
.settings{ |
|
|
885 |
i, img{ |
886 |
text-align: center; |
887 |
color: #71B443; |
888 |
border: solid 3px #71B443; |
889 |
border-radius: 50%; |
890 |
background-color: transparent; |
891 |
width: 40px; |
892 |
height: 40px; |
893 |
margin-bottom: 5px; |
894 |
margin-left: auto; |
895 |
margin-right: auto; |
896 |
padding: 5px; |
897 |
align-items: center; |
898 |
justify-content: center; |
899 |
-webkit-box-sizing: content-box; |
900 |
box-sizing: content-box; |
901 |
display: flex; |
902 |
|
903 |
} |
904 |
|
905 |
&:hover{ |
906 |
color: #418940; |
907 |
text-decoration: none; |
908 |
font-weight: bold; |
909 |
|
910 |
i, img{ |
911 |
border-color: #418940; |
912 |
color: #418940; |
913 |
} |
914 |
|
915 |
} |
916 |
|
917 |
img{ |
918 |
max-width: 30px; |
919 |
height: auto; |
920 |
padding: 10px; |
921 |
} |
922 |
} |
923 |
|
924 |
.home-page{ |
925 |
.home-page{ |
925 |
text-align: center; |
926 |
text-align: center; |
926 |
text-decoration: none; |
927 |
text-decoration: none; |
927 |
- |
|
|