Commit a407708a authored by Chi Bui's avatar Chi Bui 👀

edit css

parent 21d42b71
...@@ -770,7 +770,6 @@ ...@@ -770,7 +770,6 @@
'database' => 'estore', 'database' => 'estore',
'username' => 'root', 'username' => 'root',
'password' => 'root', 'password' => 'root',
'prefix' => '',
'host' => 'localhost', 'host' => 'localhost',
'port' => '3306', 'port' => '3306',
'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql', 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
......
...@@ -314,10 +314,10 @@ border: 1.5px solid red; ...@@ -314,10 +314,10 @@ border: 1.5px solid red;
text-shadow: -2px 0 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 3px 3px 4px rgba(0, 0, 0, 0.5); text-shadow: -2px 0 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 3px 3px 4px rgba(0, 0, 0, 0.5);
} }
header .link_content:hover { header .link_content:hover {
background: #e94537; background: #f09d51;
} }
header .link_content { header .link_content {
background: #f09d51; background: #e94537;
height: 57px; height: 57px;
color: white; color: white;
color: #fff !important; color: #fff !important;
...@@ -345,7 +345,7 @@ header .link_content a:hover { ...@@ -345,7 +345,7 @@ header .link_content a:hover {
border: 1px solid #e94337; border: 1px solid #e94337;
border-radius: 4px; border-radius: 4px;
padding: 5px 20px; padding: 5px 20px;
background: #f09d5145; background: #ff000026;
} }
.pin_be { .pin_be {
...@@ -4795,8 +4795,8 @@ fieldset[disabled] .btn-default.focus { ...@@ -4795,8 +4795,8 @@ fieldset[disabled] .btn-default.focus {
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
border-color: #006889; /* border-color: #006889; */
background-color: #0083ad; background-color: #F6E8EA;
} }
.btn-primary:active, .btn-primary:active,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment