Blame view

frontend/themes/markup/test-create_files/style.css 422 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  .authorization-btn:hover {
      text-decoration: underline;
  }
  
  a:hover {
      cursor: pointer;
  }
  
  .aboutproject-popup {
      left: 0;
      background-color: rgba(15, 81, 129, 1);
      background-repeat: no-repeat;
      max-width: 555px;
  }
  
  .aboutproject-popup .popup-container {
      margin-top: 30px;
      padding-left: 55px;
      padding-right: 55px;
      background-color: transparent;
      color: #ffffff;
      text-align: left;
  }