Skip to content
Snippets Groups Projects
Commit abc2a8aa authored by Emil Svevar's avatar Emil Svevar
Browse files

Merge branch 'dev' of gitlab.liu.se:emisv011/c3 into FR4stylingg

parents 0896aeb4 72bbb18c
No related branches found
No related tags found
1 merge request!196Fr4styling
.container { .container {
display: flex; display: flex;
margin-top: 0; /* Adjust to match the topbar height */ margin-top: 0;
/* Adjust to match the topbar height */
} }
/*Main content*/ /*Main content*/
.maincontainer p { .maincontainer p {
flex: 1; flex: 1;
margin-top: 7%; margin-top: 0%;
margin-left: 37%; margin-left: 37%;
padding-top: 0%; padding-top: 0%;
font-size: 20px; font-size: 20px;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
} }
.Rubrics { .Rubrics {
font-size: 20px; font-size: 18px;
background: linear-gradient(to right, #975dc9, #532e75 ); background: linear-gradient(to right, #975dc9, #532e75);
color: white; color: white;
font-family: 'Roboto'; font-family: 'Roboto', sans-serif;
} }
#OrganizationsTable{
width:80%; #OrganizationsTable {
margin-left: 8%; width: 90%;
margin-right: 8%; margin-left: 3%;
border-collapse: collapse; border-collapse: collapse;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
background-color: white; background-color: white;
...@@ -32,16 +33,21 @@ ...@@ -32,16 +33,21 @@
padding: 5px; padding: 5px;
box-shadow: #5f5f5f; box-shadow: #5f5f5f;
} }
#huvudNamnFokus{
#huvudNamnFokus {
font-weight: bold; font-weight: bold;
width: 25%;
} }
.table-header p{
margin-left: 8%; .table-header p {
margin-left: 3%;
} }
th, td {
padding: 10px; th,
td {
padding: 10px;
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
} }
...@@ -58,4 +64,4 @@ th, td { ...@@ -58,4 +64,4 @@ th, td {
border: 1px solid #000000; border: 1px solid #000000;
border-radius: 30px; border-radius: 30px;
margin-top: 2%; margin-top: 2%;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment