summaryrefslogtreecommitdiff
path: root/src/components/stylesheets
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-05-01 12:25:03 -0600
committerHombreLaser <sebastian-440@live.com>2023-05-01 12:25:03 -0600
commitf6cc288cd67308330a83094bc2f0b64132ad81e8 (patch)
tree991cf52ca51ba6f0bb7bd3c18675111059efca51 /src/components/stylesheets
parentc7e493ce3d2855e61787d86714625bc7fc51f9bd (diff)
Vista de proveedores
Diffstat (limited to 'src/components/stylesheets')
-rw-r--r--src/components/stylesheets/company_details.css8
-rw-r--r--src/components/stylesheets/shared.css4
2 files changed, 10 insertions, 2 deletions
diff --git a/src/components/stylesheets/company_details.css b/src/components/stylesheets/company_details.css
new file mode 100644
index 0000000..438eef1
--- /dev/null
+++ b/src/components/stylesheets/company_details.css
@@ -0,0 +1,8 @@
+.company-logo {
+ width: 128px;
+ height: auto;
+}
+
+.company-details-text {
+ color: #394490;
+} \ No newline at end of file
diff --git a/src/components/stylesheets/shared.css b/src/components/stylesheets/shared.css
index 2cda15b..5f410c7 100644
--- a/src/components/stylesheets/shared.css
+++ b/src/components/stylesheets/shared.css
@@ -3,7 +3,7 @@
display: flex;
position: relative;
top: 80px;
- left: 10%;
+ left: 50%;
}
.button {
@@ -12,7 +12,7 @@
.main-view {
width: 80%;
- margin: auto;
+ margin-left: auto;
}
.listing-image {