diff --git a/src/app/_modules/search/page/search-page.component.html b/src/app/_modules/search/page/search-page.component.html
index 0241901..db232fb 100644
--- a/src/app/_modules/search/page/search-page.component.html
+++ b/src/app/_modules/search/page/search-page.component.html
@@ -11,7 +11,10 @@
-
+
+
+
+
diff --git a/src/tk023/css/_admin.scss b/src/tk023/css/_admin.scss
index a637388..1ff9156 100644
--- a/src/tk023/css/_admin.scss
+++ b/src/tk023/css/_admin.scss
@@ -1,9 +1,6 @@
.administration-page{
- font-family: PT Sans;
- font-size: 16px;
- font-style: normal;
- font-weight: 400;
- line-height: 24px;
+
+ font-weight: 500;
h2{
color: var(--second-act);
margin-bottom: 48px;
diff --git a/src/tk023/css/_forms.scss b/src/tk023/css/_forms.scss
index 6f7ecd6..b5bf7f4 100644
--- a/src/tk023/css/_forms.scss
+++ b/src/tk023/css/_forms.scss
@@ -555,12 +555,13 @@ auth-page, auth-modal{
.search-form{
margin-bottom: 32px;
}
- .results{
- .tabs{
- button{
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- }
+
+}
+
+.results{
+ .tabs{
+ button{
+
}
}
}
\ No newline at end of file
diff --git a/src/tk023/css/_tabs.scss b/src/tk023/css/_tabs.scss
index f1d32d4..c816715 100644
--- a/src/tk023/css/_tabs.scss
+++ b/src/tk023/css/_tabs.scss
@@ -9,22 +9,16 @@
margin-bottom: 24px;
}
>div{
- margin-right: -1px;
+
button {
padding: 8px 20px;
background: #ffffff;
border-radius: 4px 4px 0 0;
border: var(--prime) solid 1px;
color: var(--prime);
- font-family: PT Sans;
- font-size: 16px;
- font-style: normal;
font-weight: 400;
- line-height: 24px; /* 150% */
cursor: pointer;
- &:last-child {
- margin-right: 0;
- }
+ margin-right: -1px;
span {
white-space: nowrap;
}