mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 12:41:31 +10:00
- completed design of Onyx template
This commit is contained in:
@ -6,14 +6,6 @@ body {
|
||||
@apply transition-colors duration-200 ease-in-out;
|
||||
}
|
||||
|
||||
p {
|
||||
@apply leading-loose;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-blue-600 font-medium;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@apply underline;
|
||||
}
|
||||
@ -22,6 +14,10 @@ hr {
|
||||
@apply w-full border-primary-200 h-1;
|
||||
}
|
||||
|
||||
ul {
|
||||
@apply list-disc list-inside;
|
||||
}
|
||||
|
||||
section {
|
||||
@apply grid grid-cols-1 gap-8;
|
||||
}
|
||||
@ -35,11 +31,11 @@ label > span:first-child {
|
||||
}
|
||||
|
||||
.MuiTooltip-tooltip {
|
||||
font-size: 10px !important;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.MuiMenuItem-root {
|
||||
justify-content: center !important;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.spin {
|
||||
|
||||
Reference in New Issue
Block a user