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 {
display: flex;
margin-top: 0; /* Adjust to match the topbar height */
margin-top: 0;
/* Adjust to match the topbar height */
}
/*Main content*/
.maincontainer p {
flex: 1;
margin-top: 7%;
margin-top: 0%;
margin-left: 37%;
padding-top: 0%;
font-size: 20px;
font-family: 'Roboto', sans-serif;
}
.Rubrics {
font-size: 20px;
background: linear-gradient(to right, #975dc9, #532e75 );
font-size: 18px;
background: linear-gradient(to right, #975dc9, #532e75);
color: white;
font-family: 'Roboto';
font-family: 'Roboto', sans-serif;
}
#OrganizationsTable{
width:80%;
margin-left: 8%;
margin-right: 8%;
#OrganizationsTable {
width: 90%;
margin-left: 3%;
border-collapse: collapse;
font-family: 'Roboto', sans-serif;
background-color: white;
......@@ -32,16 +33,21 @@
padding: 5px;
box-shadow: #5f5f5f;
}
#huvudNamnFokus{
#huvudNamnFokus {
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-right: 20px;
}
......@@ -58,4 +64,4 @@ th, td {
border: 1px solid #000000;
border-radius: 30px;
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