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

edit css

parent 21d42b71
......@@ -770,7 +770,6 @@
'database' => 'estore',
'username' => 'root',
'password' => 'root',
'prefix' => '',
'host' => 'localhost',
'port' => '3306',
'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
......
......@@ -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);
}
header .link_content:hover {
background: #e94537;
background: #f09d51;
}
header .link_content {
background: #f09d51;
background: #e94537;
height: 57px;
color: white;
color: #fff !important;
......@@ -345,7 +345,7 @@ header .link_content a:hover {
border: 1px solid #e94337;
border-radius: 4px;
padding: 5px 20px;
background: #f09d5145;
background: #ff000026;
}
.pin_be {
......@@ -4795,8 +4795,8 @@ fieldset[disabled] .btn-default.focus {
.btn-primary:hover {
color: #fff;
border-color: #006889;
background-color: #0083ad;
/* border-color: #006889; */
background-color: #F6E8EA;
}
.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