24 lines
308 B
CSS
24 lines
308 B
CSS
|
|
.info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 15px 30px;
|
|
font: 1.1em Sans-serif;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.left {
|
|
display: flex;
|
|
color: #706A90;
|
|
}
|
|
|
|
.right {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #20174D;
|
|
}
|
|
|
|
.copyLogo {
|
|
margin: 10px;
|
|
}
|