|
@@ -135,3 +135,36 @@ header .filterSec {
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
content: "";
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ border-top: 2px solid #28BEFC;
|
|
|
+ border-right: 2px solid #28BEFC;
|
|
|
+}
|
|
|
+.panel .panel-footer {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.panel .panel-footer::before {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ content: "";
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ border-bottom: 2px solid #28BEFC;
|
|
|
+ border-left: 2px solid #28BEFC;
|
|
|
+}
|
|
|
+.panel .panel-footer::after {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ right: 0;
|
|
|
+ content: "";
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ border-bottom: 2px solid #28BEFC;
|
|
|
+ border-right: 2px solid #28BEFC;
|
|
|
+}
|
|
|
+.panel h2 {
|
|
|
+ height: 0.6rem;
|