Skip to Content

CSS File

URL: https://www.razvitie21vek.com/assets/components/minishop2/css/web/default.css?v=feebe7c354
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Fri, 17 Nov 2023 16:30:06 GMT
Download Time: Less than a second
Cookies: None
Size: 3 KB
Rules: 25 style rules
Imports: 0 stylesheets
HTTP Headers:  7 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  1 files
JavaScript:  0 files
Issue Issues: 1 issue(s) found in 2 location(s)

1/* Messages */

2@import url("./lib/jquery.jgrowl.min.css");

3

4div.jGrowl > .ui-state-highlight {

5 color: inherit;

6 background: inherit;

7 border: inherit;

8}

9

10.ms2-message-success {

11 background-color: green !important;

12}

13

14.ms2-message-error {

15 background-color: brown !important;

16}

17

18.ms2-message-info {

19 background-color: black !important;

20}

21

22/* Cart */

23#msCart th.count,

24#msCart th.weight,

25#msCart th.price,

26#msCart th.remove,

27.ms-count,

28.ms-weight,

29.ms-price,

30.ms-remove {

31 width: 15%;

32}

33

34.js #msCart [type="submit"][value="cart/change"] {

35 display: none;

36}

37

38#msMiniCart,

39.msMiniCart {

40 font-size: 0.8em;

41}

42

43#msMiniCart h5,

44.msMiniCart h5 {

45 margin: 0;

46}

47

48#msMiniCart .empty,

49.msMiniCart .empty {

50 display: block;

51}

52

53#msMiniCart .not_empty,

54.msMiniCart .not_empty {

55 display: none;

56}

57

58#msMiniCart.full .empty,

59.msMiniCart.full .empty {

60 display: none;

61}

62

63#msMiniCart.full .not_empty,

64.msMiniCart.full .not_empty {

65 display: block;

66}

67

68/* Product */

69#msProduct .old_price,

70#msCart .old_price,

71.ms2_product .old_price {

72 font-style: italic;

73 color: brown;

74 text-decoration: line-through;

75}

76

77/* Order */

78#msOrder {

79 margin-top: 50px;

80}

81

82#msOrder .radio {

83 min-height: 30px;

84 margin-bottom: 10px;

85}

86

87#msOrder .radio img {

88 max-height: 30px;

89 margin-top: -2px;

90 padding: 0 10px;

91}

92

93#msOrder .required-star {

94 display: none;

95 color: brown;

96}

97

98#msOrder .required .required-star {

99 display: inline;

100}

101

102#msOrder .error {

103 border: 1px solid brown !important;

104}

105

106/* Logs */

107.msProductsLog,

108.msGalleryLog,

109.msCartLog,

110.msOrderLog,

111.msGetOrderLog {

112 overflow: auto;

113 width: 100%;

114 word-wrap: normal;

115 white-space: pre;

116}

117

118/* Input Number */

119.ms-hidden {

120 position: absolute !important;

121 z-index: -10000 !important;

122 visibility: hidden;

123 opacity: 0;

124}

125

126.ms-input-number-wrap {

127 display: -webkit-box;

128 display:

flexbox;

129 display: flex;

130 font-size: 16px;

131}

132

133.ms-input-number-emulator {

134 width: 3em;

135 text-align: center;

136 background-color: transparent;

137 border: none;

138}

139

140.ms-input-number-emulator:focus,

141.ms-input-number-emulator:active {

142 border: none;

143 outline: none;

144 -webkit-box-shadow: none;

145 box-shadow: none;

146}

147

148.ms-input-number-btn {

149 display: -webkit-box;

150 display:

flexbox;

151 display: flex;

152 align-items: center;

153 justify-content: center;

154

155 -webkit-box-align: center;

156 -webkit-box-pack: center;

157 -ms-flex-align: center;

158 -ms-flex-pack: center;

159}