juice-shop

Форк
0
/
navbar.component.scss 
81 строка · 1.1 Кб
1
/*!
2
 * Copyright (c) 2014-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
3
 * SPDX-License-Identifier: MIT
4
 */
5

6
mat-toolbar {
7
  height: auto;
8
  min-width: 100%;
9
  padding-bottom: 5px;
10
  width: 100%;
11
}
12

13
.mat-button {
14
  padding-left: 8px;
15
  padding-right: 8px;
16
}
17

18
.logo {
19
  max-height: 60px;
20
  width: auto;
21
}
22

23
.avatar {
24
  background-repeat: no-repeat no-repeat;
25
  border-radius: 50%;
26
  display: inline-block;
27
  max-height: 35px;
28
  max-width: 35px;
29
  padding: 0;
30
  pointer-events: none;
31
}
32

33
.fill-remaining-space {
34
  flex: 1 1 auto;
35
}
36

37
.language-select {
38
  margin-left: 10px;
39
  width: 11%;
40
}
41

42
::ng-deep .mat-select-value-text {
43
  font-size: 15px;
44
}
45

46
.user-info {
47
  margin-left: 10px;
48
  margin-right: 10px;
49
}
50

51
.fi {
52
  margin-right: 2px;
53
}
54

55
:host ::ng-deep mat-form-field {
56
  background: transparent !important;
57
}
58

59
:host ::ng-deep mat-icon {
60
  background: transparent !important;
61
}
62

63
mat-search-bar {
64
  font-size: 13px;
65
  margin-right: 14px;
66
}
67

68
.buttons {
69
  width: auto;
70
}
71

72
@media screen and (max-width: 959px) {
73
  .buttons {
74
    width: 48px;
75
  }
76
}
77

78
:host ::ng-deep .mat-form-field-infix {
79
  max-width: 250px !important;
80
  width: 14vw !important;
81
}
82

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.